COLOR #24002C

HEX: #24002C RGB: (36,0,44)

Color info

#24002C contains only red and blue colors. Web safe color of #24002C is #330033 (or #303).

RGB color model

#24002C color RGB value is (36,0,44).

RGB: (36,0,44) (14%, 0%, 17%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 44 of 255 = 17%

36
0
44

R + G + B ~ 10%. #24002C is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 0 + 44 = 80 (100%)
R 36 of 80 ~ 45%
G 0 of 80 ~ 0%
B 44 of 80 ~ 55'%

%45
%55

CMYK color model

#24002C color CMYK value is (18,100,0,83).

  • cyan value is 18.18%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (18,100,0,83)
C18M100Y0K83 (18%, 100%, 0%, 83%)
(0.18 / 1.00 / 0.00 / 0.83)

CMYK percentages

%18.18
%100
%0
%82.75

Codes

Color #24002C in popluar color models

24 00 2C
RGB 36 0 44
HSL 289° 100.00% 8.63%
HSB/HSV 289° 100.00% 17.25%
CMYK 18.18% 100.00% 0.00%
82.75%

Color #24002C in popluar number systems.

HEX 24 00 2C
Decimal 36 0 44
Binary 100100 0 101100
Octal 44 0 54

Shades and tints

Shades of #24002C

#24002C
(36,0,44)
#210028
(33,0,40)
#1E0024
(30,0,36)
#1B0020
(27,0,32)
#18001C
(24,0,28)
#150018
(21,0,24)
#120014
(18,0,20)
#0F0010
(15,0,16)
#0C000C
(12,0,12)
#090008
(9,0,8)
#060004
(6,0,4)
#000000
(0,0,0)

Tints of #24002C

#24002C
(36,0,44)
#37173F
(55,23,63)
#4A2E52
(74,46,82)
#5D4565
(93,69,101)
#705C78
(112,92,120)
#83738B
(131,115,139)
#968A9E
(150,138,158)
#A9A1B1
(169,161,177)
#BCB8C4
(188,184,196)
#CFCFD7
(207,207,215)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24002C color. Also use rgb(36,0,44) instead hex code.

Text Font Color

.myTextColor { color: #24002C; }

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

This text font color is #24002C.

Background Color

.myBgColor { background-color: #24002C; }

<div style="background-color:#24002C">Inner text</div>

This div background color is #24002C.

Border color

.myBorderColor { border: 1px solid #24002C; }

<div style="border:3px solid #24002C">Div</div>

This div border color is #24002C.

Opacity

.myOpacity80 { color: #24002C; opacity: 0.8; }

<p style="color:#24002C;opacity:0.8;">80%</p>

Text with #24002C 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 #24002C;}

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

This text has shadow with #24002C color.


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

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

This text has shadow with #24002C primary color and red secondary color.


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

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

This text has shadow with #24002C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24002C.

Preview

Color preview on black background

This text has color #24002C on black background.


Color preview on white background

This text has color #24002C on white background.


Black color preview on #24002C background

This text has black color on #24002C background.


White color preview on #24002C background

This text has white color on #24002C background.


Related colors

Complementary color

Complementary color for #hex is #DBFFD3.


I love getcolorcode.com

Triadic colors

1 #2C2400 and #002C24 with #24002C are triadic colors.

2 #2C0024 and #00242C with #24002C are triadic colors.