COLOR #24002A

HEX: #24002A
RGB: (36,0,42)

Color info

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

RGB color model

#24002A color RGB value is (36,0,42).

  • red value is 36;
  • green value is 0;
  • blue value is 42.
RGB:
(36,0,42)
(14%,0%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 42 of 255 = 16%

36
0
42

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

Portions of RGB colors in percentages

R + G + B =
36 + 0 + 42 = 78 (100%)
R 36 of 78 ~ 46.15%
G 0 of 78 ~ 0%
B 42 of 78 ~ 53.85%

%46.15
%53.85

CMYK color model

#24002A color CMYK value is (14,100,0,84).

  • cyan value is 14.29%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,100,0,84)
C14M100Y0K84 
(14%,100%,0%,84%)
(0.14/1.00/0.00/0.84)	

CMYK percentages

%14.29
%100
%0
%83.53

Codes

Color #24002A in popluar color models

24002A
RGB36042
HSL291°100.00%8.24%
HSB/HSV291°100.00%16.47%
CMYK14.29%100.00%0.00%
83.53%

Color #24002A in popluar number systems.

HEX24002A
Decimal36042
Binary1001000101010
Octal44052

Shades and tints

Shades of #24002A

#24002A
(36,0,42)
#210027
(33,0,39)
#1E0024
(30,0,36)
#1B0021
(27,0,33)
#18001E
(24,0,30)
#15001B
(21,0,27)
#120018
(18,0,24)
#0F0015
(15,0,21)
#0C0012
(12,0,18)
#09000F
(9,0,15)
#06000C
(6,0,12)
#000000
(0,0,0)

Tints of #24002A

#24002A
(36,0,42)
#37173D
(55,23,61)
#4A2E50
(74,46,80)
#5D4563
(93,69,99)
#705C76
(112,92,118)
#837389
(131,115,137)
#968A9C
(150,138,156)
#A9A1AF
(169,161,175)
#BCB8C2
(188,184,194)
#CFCFD5
(207,207,213)
#E2E6E8
(226,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24002A; }

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

This text font color is #24002A.


Background Color

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

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

This div background color is #24002A.


Border color

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

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

This div border color is #24002A.


Opacity

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

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

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

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

This text has shadow with #24002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24002A on black background.


Color preview on white background

This text has color #24002A on white background.



Black color preview on #24002A background

This text has black color on #24002A background.


White color preview on #24002A background

This text has white color on #24002A background.