COLOR #241F09

HEX: #241F09 RGB: (36,31,9)

Color info

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

RGB color model

#241F09 color RGB value is (36,31,9).

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

RGB channels and saturation

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

36
31
9

R + G + B ~ 10%. #241F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 9 = 76 (100%)
R 36 of 76 ~ 47.37%
G 31 of 76 ~ 40.79%
B 9 of 76 ~ 11.84'%

%47.37
%40.79
%11.84

CMYK color model

#241F09 color CMYK value is (0,14,75,86).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 75.00%
  • key color value is 85.88%

CMYK: (0,14,75,86)
C0M14Y75K86 (0%, 14%, 75%, 86%)
(0.00 / 0.14 / 0.75 / 0.86)

CMYK percentages

%0
%13.89
%75
%85.88

Codes

Color #241F09 in popluar color models

24 1F 09
RGB 36 31 9
HSL 49° 60.00% 8.82%
HSB/HSV 49° 75.00% 14.12%
CMYK 0.00% 13.89% 75.00%
85.88%

Color #241F09 in popluar number systems.

HEX 24 1F 09
Decimal 36 31 9
Binary 100100 11111 1001
Octal 44 37 11

Shades and tints

Shades of #241F09

#241F09
(36,31,9)
#211D09
(33,29,9)
#1E1B09
(30,27,9)
#1B1909
(27,25,9)
#181709
(24,23,9)
#151509
(21,21,9)
#121309
(18,19,9)
#0F1109
(15,17,9)
#0C0F09
(12,15,9)
#090D09
(9,13,9)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #241F09

#241F09
(36,31,9)
#37331F
(55,51,31)
#4A4735
(74,71,53)
#5D5B4B
(93,91,75)
#706F61
(112,111,97)
#838377
(131,131,119)
#96978D
(150,151,141)
#A9ABA3
(169,171,163)
#BCBFB9
(188,191,185)
#CFD3CF
(207,211,207)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F09; }

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

This text font color is #241F09.

Background Color

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

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

This div background color is #241F09.

Border color

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

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

This div border color is #241F09.

Opacity

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

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

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

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

This text has shadow with #241F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241F09.

Preview

Color preview on black background

This text has color #241F09 on black background.


Color preview on white background

This text has color #241F09 on white background.


Black color preview on #241F09 background

This text has black color on #241F09 background.


White color preview on #241F09 background

This text has white color on #241F09 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0F6.


I love getcolorcode.com

Triadic colors

1 #09241F and #1F0924 with #241F09 are triadic colors.

2 #091F24 and #1F2409 with #241F09 are triadic colors.