COLOR #24090A

HEX: #24090A
RGB: (36,9,10)

Color info

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

RGB color model

#24090A color RGB value is (36,9,10).

  • red value is 36;
  • green value is 9;
  • blue value is 10.
RGB:
(36,9,10)
(14%,4%,4%)

RGB channels and saturation

R 36 of 255 = 14%
G 9 of 255 = 4%
B 10 of 255 = 4%

36
9
10

R + G + B ~ 7%. #24090A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 10 = 55 (100%)
R 36 of 55 ~ 65.45%
G 9 of 55 ~ 16.36%
B 10 of 55 ~ 18.18%

%65.45
%16.36
%18.18

CMYK color model

#24090A color CMYK value is (0,75,72,86).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 72.22%
  • key color value is 85.88%
CMYK:
(0,75,72,86)
C0M75Y72K86 
(0%,75%,72%,86%)
(0.00/0.75/0.72/0.86)	

CMYK percentages

%0
%75
%72.22
%85.88

Codes

Color #24090A in popluar color models

24090A
RGB36910
HSL358°60.00%8.82%
HSB/HSV358°75.00%14.12%
CMYK0.00%75.00%72.22%
85.88%

Color #24090A in popluar number systems.

HEX24090A
Decimal36910
Binary10010010011010
Octal441112

Shades and tints

Shades of #24090A

#24090A
(36,9,10)
#21090A
(33,9,10)
#1E090A
(30,9,10)
#1B090A
(27,9,10)
#18090A
(24,9,10)
#15090A
(21,9,10)
#12090A
(18,9,10)
#0F090A
(15,9,10)
#0C090A
(12,9,10)
#09090A
(9,9,10)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #24090A

#24090A
(36,9,10)
#371F20
(55,31,32)
#4A3536
(74,53,54)
#5D4B4C
(93,75,76)
#706162
(112,97,98)
#837778
(131,119,120)
#968D8E
(150,141,142)
#A9A3A4
(169,163,164)
#BCB9BA
(188,185,186)
#CFCFD0
(207,207,208)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24090A; }

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

This text font color is #24090A.


Background Color

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

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

This div background color is #24090A.


Border color

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

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

This div border color is #24090A.


Opacity

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

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

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

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

This text has shadow with #24090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24090A on black background.


Color preview on white background

This text has color #24090A on white background.



Black color preview on #24090A background

This text has black color on #24090A background.


White color preview on #24090A background

This text has white color on #24090A background.