COLOR #24152A

HEX: #24152A
RGB: (36,21,42)

Color info

#24152A contains red, green and blue colors in about the same proportion. Web safe color of #24152A is #330033 (or #303).

RGB color model

#24152A color RGB value is (36,21,42).

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

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 42 of 255 = 16%

36
21
42

R + G + B ~ 13%. #24152A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 42 = 99 (100%)
R 36 of 99 ~ 36.36%
G 21 of 99 ~ 21.21%
B 42 of 99 ~ 42.42%

%36.36
%21.21
%42.42

CMYK color model

#24152A color CMYK value is (14,50,0,84).

  • cyan value is 14.29%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,50,0,84)
C14M50Y0K84 
(14%,50%,0%,84%)
(0.14/0.50/0.00/0.84)	

CMYK percentages

%14.29
%50
%0
%83.53

Codes

Color #24152A in popluar color models

24152A
RGB362142
HSL283°33.33%12.35%
HSB/HSV283°50.00%16.47%
CMYK14.29%50.00%0.00%
83.53%

Color #24152A in popluar number systems.

HEX24152A
Decimal362142
Binary10010010101101010
Octal442552

Shades and tints

Shades of #24152A

#24152A
(36,21,42)
#211427
(33,20,39)
#1E1324
(30,19,36)
#1B1221
(27,18,33)
#18111E
(24,17,30)
#15101B
(21,16,27)
#120F18
(18,15,24)
#0F0E15
(15,14,21)
#0C0D12
(12,13,18)
#090C0F
(9,12,15)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #24152A

#24152A
(36,21,42)
#372A3D
(55,42,61)
#4A3F50
(74,63,80)
#5D5463
(93,84,99)
#706976
(112,105,118)
#837E89
(131,126,137)
#96939C
(150,147,156)
#A9A8AF
(169,168,175)
#BCBDC2
(188,189,194)
#CFD2D5
(207,210,213)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24152A; }

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

This text font color is #24152A.


Background Color

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

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

This div background color is #24152A.


Border color

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

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

This div border color is #24152A.


Opacity

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

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

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

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

This text has shadow with #24152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24152A on black background.


Color preview on white background

This text has color #24152A on white background.



Black color preview on #24152A background

This text has black color on #24152A background.


White color preview on #24152A background

This text has white color on #24152A background.