COLOR #24091A

HEX: #24091A
RGB: (36,9,26)

Color info

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

RGB color model

#24091A color RGB value is (36,9,26).

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

RGB channels and saturation

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

36
9
26

R + G + B ~ 9%. #24091A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 26 = 71 (100%)
R 36 of 71 ~ 50.7%
G 9 of 71 ~ 12.68%
B 26 of 71 ~ 36.62%

%50.7
%12.68
%36.62

CMYK color model

#24091A color CMYK value is (0,75,28,86).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 27.78%
  • key color value is 85.88%
CMYK:
(0,75,28,86)
C0M75Y28K86 
(0%,75%,28%,86%)
(0.00/0.75/0.28/0.86)	

CMYK percentages

%0
%75
%27.78
%85.88

Codes

Color #24091A in popluar color models

24091A
RGB36926
HSL322°60.00%8.82%
HSB/HSV322°75.00%14.12%
CMYK0.00%75.00%27.78%
85.88%

Color #24091A in popluar number systems.

HEX24091A
Decimal36926
Binary100100100111010
Octal441132

Shades and tints

Shades of #24091A

#24091A
(36,9,26)
#210918
(33,9,24)
#1E0916
(30,9,22)
#1B0914
(27,9,20)
#180912
(24,9,18)
#150910
(21,9,16)
#12090E
(18,9,14)
#0F090C
(15,9,12)
#0C090A
(12,9,10)
#090908
(9,9,8)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #24091A

#24091A
(36,9,26)
#371F2E
(55,31,46)
#4A3542
(74,53,66)
#5D4B56
(93,75,86)
#70616A
(112,97,106)
#83777E
(131,119,126)
#968D92
(150,141,146)
#A9A3A6
(169,163,166)
#BCB9BA
(188,185,186)
#CFCFCE
(207,207,206)
#E2E5E2
(226,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24091A; }

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

This text font color is #24091A.


Background Color

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

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

This div background color is #24091A.


Border color

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

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

This div border color is #24091A.


Opacity

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

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

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

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

This text has shadow with #24091A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24091A on black background.


Color preview on white background

This text has color #24091A on white background.



Black color preview on #24091A background

This text has black color on #24091A background.


White color preview on #24091A background

This text has white color on #24091A background.