COLOR #24010A

HEX: #24010A RGB: (36,1,10)

Color info

#24010A contains red, green and blue colors in about the same proportion. Web safe color of #24010A is #330000 (or #300).

RGB color model

#24010A color RGB value is (36,1,10).

RGB: (36,1,10) (14%, 0%, 4%)

RGB channels and saturation

R 36 of 255 = 14%
G 1 of 255 = 0%
B 10 of 255 = 4%

36
1
10

R + G + B ~ 6%. #24010A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 1 + 10 = 47 (100%)
R 36 of 47 ~ 76.6%
G 1 of 47 ~ 2.13%
B 10 of 47 ~ 21.28'%

%76.6
%21.28

CMYK color model

#24010A color CMYK value is (0,97,72,86).

  • cyan value is 0.00%
  • magenta value is 97.22%
  • yellow value is 72.22%
  • key color value is 85.88%

CMYK: (0,97,72,86)
C0M97Y72K86 (0%, 97%, 72%, 86%)
(0.00 / 0.97 / 0.72 / 0.86)

CMYK percentages

%0
%97.22
%72.22
%85.88

Codes

Color #24010A in popluar color models

24 01 0A
RGB 36 1 10
HSL 345° 94.59% 7.25%
HSB/HSV 345° 97.22% 14.12%
CMYK 0.00% 97.22% 72.22%
85.88%

Color #24010A in popluar number systems.

HEX 24 01 0A
Decimal 36 1 10
Binary 100100 1 1010
Octal 44 1 12

Shades and tints

Shades of #24010A

#24010A
(36,1,10)
#21010A
(33,1,10)
#1E010A
(30,1,10)
#1B010A
(27,1,10)
#18010A
(24,1,10)
#15010A
(21,1,10)
#12010A
(18,1,10)
#0F010A
(15,1,10)
#0C010A
(12,1,10)
#09010A
(9,1,10)
#06010A
(6,1,10)
#000000
(0,0,0)

Tints of #24010A

#24010A
(36,1,10)
#371820
(55,24,32)
#4A2F36
(74,47,54)
#5D464C
(93,70,76)
#705D62
(112,93,98)
#837478
(131,116,120)
#968B8E
(150,139,142)
#A9A2A4
(169,162,164)
#BCB9BA
(188,185,186)
#CFD0D0
(207,208,208)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24010A color. Also use rgb(36,1,10) instead hex code.

Text Font Color

.myTextColor { color: #24010A; }

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

This text font color is #24010A.

Background Color

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

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

This div background color is #24010A.

Border color

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

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

This div border color is #24010A.

Opacity

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

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

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

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

This text has shadow with #24010A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24010A.

Preview

Color preview on black background

This text has color #24010A on black background.


Color preview on white background

This text has color #24010A on white background.


Black color preview on #24010A background

This text has black color on #24010A background.


White color preview on #24010A background

This text has white color on #24010A background.


Related colors

Complementary color

Complementary color for #hex is #DBFEF5.


I love getcolorcode.com

Triadic colors

1 #0A2401 and #010A24 with #24010A are triadic colors.

2 #0A0124 and #01240A with #24010A are triadic colors.