COLOR #24002D

HEX: #24002D RGB: (36,0,45)

Color info

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

RGB color model

#24002D color RGB value is (36,0,45).

RGB: (36,0,45) (14%, 0%, 18%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 45 of 255 = 18%

36
0
45

R + G + B ~ 11%. #24002D is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 0 + 45 = 81 (100%)
R 36 of 81 ~ 44.44%
G 0 of 81 ~ 0%
B 45 of 81 ~ 55.56'%

%44.44
%55.56

CMYK color model

#24002D color CMYK value is (20,100,0,82).

  • cyan value is 20.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (20,100,0,82)
C20M100Y0K82 (20%, 100%, 0%, 82%)
(0.20 / 1.00 / 0.00 / 0.82)

CMYK percentages

%20
%100
%0
%82.35

Codes

Color #24002D in popluar color models

24 00 2D
RGB 36 0 45
HSL 288° 100.00% 8.82%
HSB/HSV 288° 100.00% 17.65%
CMYK 20.00% 100.00% 0.00%
82.35%

Color #24002D in popluar number systems.

HEX 24 00 2D
Decimal 36 0 45
Binary 100100 0 101101
Octal 44 0 55

Shades and tints

Shades of #24002D

#24002D
(36,0,45)
#210029
(33,0,41)
#1E0025
(30,0,37)
#1B0021
(27,0,33)
#18001D
(24,0,29)
#150019
(21,0,25)
#120015
(18,0,21)
#0F0011
(15,0,17)
#0C000D
(12,0,13)
#090009
(9,0,9)
#060005
(6,0,5)
#000000
(0,0,0)

Tints of #24002D

#24002D
(36,0,45)
#371740
(55,23,64)
#4A2E53
(74,46,83)
#5D4566
(93,69,102)
#705C79
(112,92,121)
#83738C
(131,115,140)
#968A9F
(150,138,159)
#A9A1B2
(169,161,178)
#BCB8C5
(188,184,197)
#CFCFD8
(207,207,216)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24002D; }

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

This text font color is #24002D.

Background Color

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

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

This div background color is #24002D.

Border color

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

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

This div border color is #24002D.

Opacity

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

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

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

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

This text has shadow with #24002D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24002D.

Preview

Color preview on black background

This text has color #24002D on black background.


Color preview on white background

This text has color #24002D on white background.


Black color preview on #24002D background

This text has black color on #24002D background.


White color preview on #24002D background

This text has white color on #24002D background.


Related colors

Complementary color

Complementary color for #hex is #DBFFD2.


I love getcolorcode.com

Triadic colors

1 #2D2400 and #002D24 with #24002D are triadic colors.

2 #2D0024 and #00242D with #24002D are triadic colors.