COLOR #24031F

HEX: #24031F RGB: (36,3,31)

Color info

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

RGB color model

#24031F color RGB value is (36,3,31).

RGB: (36,3,31) (14%, 1%, 12%)

RGB channels and saturation

R 36 of 255 = 14%
G 3 of 255 = 1%
B 31 of 255 = 12%

36
3
31

R + G + B ~ 9%. #24031F is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 3 + 31 = 70 (100%)
R 36 of 70 ~ 51.43%
G 3 of 70 ~ 4.29%
B 31 of 70 ~ 44.29'%

%51.43
%44.29

CMYK color model

#24031F color CMYK value is (0,92,14,86).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK: (0,92,14,86) C0M92Y14K86 (0%,92%,14%,86%) (0.00/0.92/0.14/0.86) 

CMYK percentages

%0
%91.67
%13.89
%85.88

Codes

Color #24031F in popluar color models

24 03 1F
RGB 36 3 31
HSL 309° 84.62% 7.65%
HSB/HSV 309° 91.67% 14.12%
CMYK 0.00% 91.67% 13.89%
85.88%

Color #24031F in popluar number systems.

HEX 24 03 1F
Decimal 36 3 31
Binary 100100 11 11111
Octal 44 3 37

Shades and tints

Shades of #24031F

#24031F
(36,3,31)
#21031D
(33,3,29)
#1E031B
(30,3,27)
#1B0319
(27,3,25)
#180317
(24,3,23)
#150315
(21,3,21)
#120313
(18,3,19)
#0F0311
(15,3,17)
#0C030F
(12,3,15)
#09030D
(9,3,13)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #24031F

#24031F
(36,3,31)
#371933
(55,25,51)
#4A2F47
(74,47,71)
#5D455B
(93,69,91)
#705B6F
(112,91,111)
#837183
(131,113,131)
#968797
(150,135,151)
#A99DAB
(169,157,171)
#BCB3BF
(188,179,191)
#CFC9D3
(207,201,211)
#E2DFE7
(226,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24031F color. Also use rgb(36,3,31) instead hex code.

Text Font Color

.myTextColor { color: #24031F; }

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

This text font color is #24031F.

Background Color

.myBgColor { background-color: #24031F; }

<div style="background-color:#24031F">Inner text</div>

This div background color is #24031F.

Border color

.myBorderColor { border: 1px solid #24031F; }

<div style="border:3px solid #24031F">Div</div>

This div border color is #24031F.

Opacity

.myOpacity80 { color: #24031F; opacity: 0.8; }

<p style="color:#24031F;opacity:0.8;">80%</p>

Text with #24031F 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 #24031F;}

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

This text has shadow with #24031F color.


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

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

This text has shadow with #24031F primary color and red secondary color.


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

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

This text has shadow with #24031F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24031F.

Preview

Color preview on black background

This text has color #24031F on black background.


Color preview on white background

This text has color #24031F on white background.


Black color preview on #24031F background

This text has black color on #24031F background.


White color preview on #24031F background

This text has white color on #24031F background.


Related colors

Complementary color

Complementary color for #hex is #DBFCE0.


I love getcolorcode.com

Triadic colors

1 #1F2403 and #031F24 with #24031F are triadic colors.

2 #1F0324 and #03241F with #24031F are triadic colors.