COLOR #24182A

HEX: #24182A
RGB: (36,24,42)

Color info

#24182A contains red, green and blue colors in about the same proportion. Web safe color of #24182A is #330033 (or #303).

RGB color model

#24182A color RGB value is (36,24,42).

  • red value is 36;
  • green value is 24;
  • blue value is 42.
RGB:
(36,24,42)
(14%,9%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 42 of 255 = 16%

36
24
42

R + G + B ~ 13%. #24182A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 42 = 102 (100%)
R 36 of 102 ~ 35.29%
G 24 of 102 ~ 23.53%
B 42 of 102 ~ 41.18%

%35.29
%23.53
%41.18

CMYK color model

#24182A color CMYK value is (14,43,0,84).

  • cyan value is 14.29%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,43,0,84)
C14M43Y0K84 
(14%,43%,0%,84%)
(0.14/0.43/0.00/0.84)	

CMYK percentages

%14.29
%42.86
%0
%83.53

Codes

Color #24182A in popluar color models

24182A
RGB362442
HSL280°27.27%12.94%
HSB/HSV280°42.86%16.47%
CMYK14.29%42.86%0.00%
83.53%

Color #24182A in popluar number systems.

HEX24182A
Decimal362442
Binary10010011000101010
Octal443052

Shades and tints

Shades of #24182A

#24182A
(36,24,42)
#211627
(33,22,39)
#1E1424
(30,20,36)
#1B1221
(27,18,33)
#18101E
(24,16,30)
#150E1B
(21,14,27)
#120C18
(18,12,24)
#0F0A15
(15,10,21)
#0C0812
(12,8,18)
#09060F
(9,6,15)
#06040C
(6,4,12)
#000000
(0,0,0)

Tints of #24182A

#24182A
(36,24,42)
#372D3D
(55,45,61)
#4A4250
(74,66,80)
#5D5763
(93,87,99)
#706C76
(112,108,118)
#838189
(131,129,137)
#96969C
(150,150,156)
#A9ABAF
(169,171,175)
#BCC0C2
(188,192,194)
#CFD5D5
(207,213,213)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24182A color. Also use rgb(36,24,42) instead hex code.

Text Font Color

.myTextColor { color: #24182A; }

<p style="color:#24182A">This sample text font color is #24182A.</p>

This text font color is #24182A.


Background Color

.myBgColor { background-color: #24182A; }

<div style="background-color:#24182A">Inner text</div>

This div background color is #24182A.


Border color

.myBorderColor { border: 1px solid #24182A; }

<div style="border:3px solid #24182A">Div</div>

This div border color is #24182A.


Opacity

.myOpacity80 { color: #24182A; opacity: 0.8; }

<p style="color:#24182A;opacity:0.8;">80%</p>

Text with #24182A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #24182A;}

<p style="text-shadow: 3px 3px 1px #24182A">Text here.</p>

This text has shadow with #24182A color.

.textShadow {text-shadow: 3px 3px 1px #24182A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #24182A, 5px 5px 20px red">Text here.</p>

This text has shadow with #24182A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#24182A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#24182A, Direction=45, Strength=4)">Text</p>

This text has shadow with #24182A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #24182A;
  -webkit-box-shadow:	1px 1px 3px 2px #24182A;
  box-shadow:		1px 1px 3px 2px #24182A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #24182A;
-webkit-box-shadow: 1px 1px 3px 2px #24182A;
box-shadow:1px 1px 3px 2px #24182A;">
Div content here</div>
This div box has shadow with color #24182A.

Preview

Color preview on black background

This text has color #24182A on black background.


Color preview on white background

This text has color #24182A on white background.



Black color preview on #24182A background

This text has black color on #24182A background.


White color preview on #24182A background

This text has white color on #24182A background.