COLOR #241F18

HEX: #241F18 RGB: (36,31,24)

Color info

#241F18 contains red, green and blue colors in about the same proportion. Web safe color of #241F18 is #333300 (or #330).

RGB color model

#241F18 color RGB value is (36,31,24).

RGB: (36,31,24) (14%, 12%, 9%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 24 of 255 = 9%

36
31
24

R + G + B ~ 12%. #241F18 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 24 = 91 (100%)
R 36 of 91 ~ 39.56%
G 31 of 91 ~ 34.07%
B 24 of 91 ~ 26.37'%

%39.56
%34.07
%26.37

CMYK color model

#241F18 color CMYK value is (0,14,33,86).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 33.33%
  • key color value is 85.88%
CMYK: (0,14,33,86) C0M14Y33K86 (0%,14%,33%,86%) (0.00/0.14/0.33/0.86) 

CMYK percentages

%0
%13.89
%33.33
%85.88

Codes

Color #241F18 in popluar color models

24 1F 18
RGB 36 31 24
HSL 35° 20.00% 11.76%
HSB/HSV 35° 33.33% 14.12%
CMYK 0.00% 13.89% 33.33%
85.88%

Color #241F18 in popluar number systems.

HEX 24 1F 18
Decimal 36 31 24
Binary 100100 11111 11000
Octal 44 37 30

Shades and tints

Shades of #241F18

#241F18
(36,31,24)
#211D16
(33,29,22)
#1E1B14
(30,27,20)
#1B1912
(27,25,18)
#181710
(24,23,16)
#15150E
(21,21,14)
#12130C
(18,19,12)
#0F110A
(15,17,10)
#0C0F08
(12,15,8)
#090D06
(9,13,6)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #241F18

#241F18
(36,31,24)
#37332D
(55,51,45)
#4A4742
(74,71,66)
#5D5B57
(93,91,87)
#706F6C
(112,111,108)
#838381
(131,131,129)
#969796
(150,151,150)
#A9ABAB
(169,171,171)
#BCBFC0
(188,191,192)
#CFD3D5
(207,211,213)
#E2E7EA
(226,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241F18 color. Also use rgb(36,31,24) instead hex code.

Text Font Color

.myTextColor { color: #241F18; }

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

This text font color is #241F18.

Background Color

.myBgColor { background-color: #241F18; }

<div style="background-color:#241F18">Inner text</div>

This div background color is #241F18.

Border color

.myBorderColor { border: 1px solid #241F18; }

<div style="border:3px solid #241F18">Div</div>

This div border color is #241F18.

Opacity

.myOpacity80 { color: #241F18; opacity: 0.8; }

<p style="color:#241F18;opacity:0.8;">80%</p>

Text with #241F18 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 #241F18;}

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

This text has shadow with #241F18 color.


.textShadow {text-shadow: 3px 3px 1px #241F18', 3px 3px 1px red;}

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

This text has shadow with #241F18 primary color and red secondary color.


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

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

This text has shadow with #241F18 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #241F18; -webkit-box-shadow: 1px 1px 3px 2px #241F18; box-shadow:1px 1px 3px 2px #241F18;">
Div content here
</div>

This div box has shadow with color #241F18.

Preview

Color preview on black background

This text has color #241F18 on black background.


Color preview on white background

This text has color #241F18 on white background.


Black color preview on #241F18 background

This text has black color on #241F18 background.


White color preview on #241F18 background

This text has white color on #241F18 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0E7.


I love getcolorcode.com

Triadic colors

1 #18241F and #1F1824 with #241F18 are triadic colors.

2 #181F24 and #1F2418 with #241F18 are triadic colors.