COLOR #24001A

HEX: #24001A RGB: (36,0,26)

Color info

#24001A contains only red and blue colors. Web safe color of #24001A is #330000 (or #300).

RGB color model

#24001A color RGB value is (36,0,26).

RGB: (36,0,26) (14%, 0%, 10%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 26 of 255 = 10%

36
0
26

R + G + B ~ 8%. #24001A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 0 + 26 = 62 (100%)
R 36 of 62 ~ 58.06%
G 0 of 62 ~ 0%
B 26 of 62 ~ 41.94'%

%58.06
%41.94

CMYK color model

#24001A color CMYK value is (0,100,28,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 27.78%
  • key color value is 85.88%
CMYK: (0,100,28,86) C0M100Y28K86 (0%,100%,28%,86%) (0.00/1.00/0.28/0.86) 

CMYK percentages

%0
%100
%27.78
%85.88

Codes

Color #24001A in popluar color models

24 00 1A
RGB 36 0 26
HSL 317° 100.00% 7.06%
HSB/HSV 317° 100.00% 14.12%
CMYK 0.00% 100.00% 27.78%
85.88%

Color #24001A in popluar number systems.

HEX 24 00 1A
Decimal 36 0 26
Binary 100100 0 11010
Octal 44 0 32

Shades and tints

Shades of #24001A

#24001A
(36,0,26)
#210018
(33,0,24)
#1E0016
(30,0,22)
#1B0014
(27,0,20)
#180012
(24,0,18)
#150010
(21,0,16)
#12000E
(18,0,14)
#0F000C
(15,0,12)
#0C000A
(12,0,10)
#090008
(9,0,8)
#060006
(6,0,6)
#000000
(0,0,0)

Tints of #24001A

#24001A
(36,0,26)
#37172E
(55,23,46)
#4A2E42
(74,46,66)
#5D4556
(93,69,86)
#705C6A
(112,92,106)
#83737E
(131,115,126)
#968A92
(150,138,146)
#A9A1A6
(169,161,166)
#BCB8BA
(188,184,186)
#CFCFCE
(207,207,206)
#E2E6E2
(226,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24001A; }

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

This text font color is #24001A.

Background Color

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

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

This div background color is #24001A.

Border color

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

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

This div border color is #24001A.

Opacity

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

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

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

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

This text has shadow with #24001A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24001A.

Preview

Color preview on black background

This text has color #24001A on black background.


Color preview on white background

This text has color #24001A on white background.


Black color preview on #24001A background

This text has black color on #24001A background.


White color preview on #24001A background

This text has white color on #24001A background.


Related colors

Complementary color

Complementary color for #hex is #DBFFE5.


I love getcolorcode.com

Triadic colors

1 #1A2400 and #001A24 with #24001A are triadic colors.

2 #1A0024 and #00241A with #24001A are triadic colors.