COLOR #241F13

HEX: #241F13 RGB: (36,31,19)

Color info

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

RGB color model

#241F13 color RGB value is (36,31,19).

RGB: (36,31,19) (14%, 12%, 7%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 19 of 255 = 7%

36
31
19

R + G + B ~ 11%. #241F13 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 19 = 86 (100%)
R 36 of 86 ~ 41.86%
G 31 of 86 ~ 36.05%
B 19 of 86 ~ 22.09'%

%41.86
%36.05
%22.09

CMYK color model

#241F13 color CMYK value is (0,14,47,86).

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

CMYK: (0,14,47,86)
C0M14Y47K86 (0%, 14%, 47%, 86%)
(0.00 / 0.14 / 0.47 / 0.86)

CMYK percentages

%0
%13.89
%47.22
%85.88

Codes

Color #241F13 in popluar color models

24 1F 13
RGB 36 31 19
HSL 42° 30.91% 10.78%
HSB/HSV 42° 47.22% 14.12%
CMYK 0.00% 13.89% 47.22%
85.88%

Color #241F13 in popluar number systems.

HEX 24 1F 13
Decimal 36 31 19
Binary 100100 11111 10011
Octal 44 37 23

Shades and tints

Shades of #241F13

#241F13
(36,31,19)
#211D12
(33,29,18)
#1E1B11
(30,27,17)
#1B1910
(27,25,16)
#18170F
(24,23,15)
#15150E
(21,21,14)
#12130D
(18,19,13)
#0F110C
(15,17,12)
#0C0F0B
(12,15,11)
#090D0A
(9,13,10)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #241F13

#241F13
(36,31,19)
#373328
(55,51,40)
#4A473D
(74,71,61)
#5D5B52
(93,91,82)
#706F67
(112,111,103)
#83837C
(131,131,124)
#969791
(150,151,145)
#A9ABA6
(169,171,166)
#BCBFBB
(188,191,187)
#CFD3D0
(207,211,208)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F13; }

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

This text font color is #241F13.

Background Color

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

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

This div background color is #241F13.

Border color

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

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

This div border color is #241F13.

Opacity

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

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

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

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

This text has shadow with #241F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241F13.

Preview

Color preview on black background

This text has color #241F13 on black background.


Color preview on white background

This text has color #241F13 on white background.


Black color preview on #241F13 background

This text has black color on #241F13 background.


White color preview on #241F13 background

This text has white color on #241F13 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0EC.


I love getcolorcode.com

Triadic colors

1 #13241F and #1F1324 with #241F13 are triadic colors.

2 #131F24 and #1F2413 with #241F13 are triadic colors.