COLOR #241D0F

HEX: #241D0F RGB: (36,29,15)

Color info

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

RGB color model

#241D0F color RGB value is (36,29,15).

RGB: (36,29,15) (14%, 11%, 6%)

RGB channels and saturation

R 36 of 255 = 14%
G 29 of 255 = 11%
B 15 of 255 = 6%

36
29
15

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

Portions of RGB colors in percentages

R + G + B = 36 + 29 + 15 = 80 (100%)
R 36 of 80 ~ 45%
G 29 of 80 ~ 36.25%
B 15 of 80 ~ 18.75'%

%45
%36.25
%18.75

CMYK color model

#241D0F color CMYK value is (0,19,58,86).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 58.33%
  • key color value is 85.88%

CMYK: (0,19,58,86)
C0M19Y58K86 (0%, 19%, 58%, 86%)
(0.00 / 0.19 / 0.58 / 0.86)

CMYK percentages

%0
%19.44
%58.33
%85.88

Codes

Color #241D0F in popluar color models

24 1D 0F
RGB 36 29 15
HSL 40° 41.18% 10.00%
HSB/HSV 40° 58.33% 14.12%
CMYK 0.00% 19.44% 58.33%
85.88%

Color #241D0F in popluar number systems.

HEX 24 1D 0F
Decimal 36 29 15
Binary 100100 11101 1111
Octal 44 35 17

Shades and tints

Shades of #241D0F

#241D0F
(36,29,15)
#211B0E
(33,27,14)
#1E190D
(30,25,13)
#1B170C
(27,23,12)
#18150B
(24,21,11)
#15130A
(21,19,10)
#121109
(18,17,9)
#0F0F08
(15,15,8)
#0C0D07
(12,13,7)
#090B06
(9,11,6)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #241D0F

#241D0F
(36,29,15)
#373124
(55,49,36)
#4A4539
(74,69,57)
#5D594E
(93,89,78)
#706D63
(112,109,99)
#838178
(131,129,120)
#96958D
(150,149,141)
#A9A9A2
(169,169,162)
#BCBDB7
(188,189,183)
#CFD1CC
(207,209,204)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241D0F color. Also use rgb(36,29,15) instead hex code.

Text Font Color

.myTextColor { color: #241D0F; }

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

This text font color is #241D0F.

Background Color

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

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

This div background color is #241D0F.

Border color

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

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

This div border color is #241D0F.

Opacity

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

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

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

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

This text has shadow with #241D0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241D0F.

Preview

Color preview on black background

This text has color #241D0F on black background.


Color preview on white background

This text has color #241D0F on white background.


Black color preview on #241D0F background

This text has black color on #241D0F background.


White color preview on #241D0F background

This text has white color on #241D0F background.


Related colors

Complementary color

Complementary color for #hex is #DBE2F0.


I love getcolorcode.com

Triadic colors

1 #0F241D and #1D0F24 with #241D0F are triadic colors.

2 #0F1D24 and #1D240F with #241D0F are triadic colors.