COLOR #24252B

HEX: #24252B
RGB: (36,37,43)

Color info

#24252B contains red, green and blue colors in about the same proportion. Web safe color of #24252B is #333333 (or #333).

RGB color model

#24252B color RGB value is (36,37,43).

  • red value is 36;
  • green value is 37;
  • blue value is 43.
RGB:
(36,37,43)
(14%,15%,17%)

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 43 of 255 = 17%

36
37
43

R + G + B ~ 15%. #24252B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 37 + 43 = 116 (100%)
R 36 of 116 ~ 31.03%
G 37 of 116 ~ 31.9%
B 43 of 116 ~ 37.07%

%31.03
%31.9
%37.07

CMYK color model

#24252B color CMYK value is (16,14,0,83).

  • cyan value is 16.28%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(16,14,0,83)
C16M14Y0K83 
(16%,14%,0%,83%)
(0.16/0.14/0.00/0.83)	

CMYK percentages

%16.28
%13.95
%0
%83.14

Codes

Color #24252B in popluar color models

24252B
RGB363743
HSL231°8.86%15.49%
HSB/HSV231°16.28%16.86%
CMYK16.28%13.95%0.00%
83.14%

Color #24252B in popluar number systems.

HEX24252B
Decimal363743
Binary100100100101101011
Octal444553

Shades and tints

Shades of #24252B

#24252B
(36,37,43)
#212228
(33,34,40)
#1E1F25
(30,31,37)
#1B1C22
(27,28,34)
#18191F
(24,25,31)
#15161C
(21,22,28)
#121319
(18,19,25)
#0F1016
(15,16,22)
#0C0D13
(12,13,19)
#090A10
(9,10,16)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #24252B

#24252B
(36,37,43)
#37383E
(55,56,62)
#4A4B51
(74,75,81)
#5D5E64
(93,94,100)
#707177
(112,113,119)
#83848A
(131,132,138)
#96979D
(150,151,157)
#A9AAB0
(169,170,176)
#BCBDC3
(188,189,195)
#CFD0D6
(207,208,214)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24252B color. Also use rgb(36,37,43) instead hex code.

Text Font Color

.myTextColor { color: #24252B; }

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

This text font color is #24252B.


Background Color

.myBgColor { background-color: #24252B; }

<div style="background-color:#24252B">Inner text</div>

This div background color is #24252B.


Border color

.myBorderColor { border: 1px solid #24252B; }

<div style="border:3px solid #24252B">Div</div>

This div border color is #24252B.


Opacity

.myOpacity80 { color: #24252B; opacity: 0.8; }

<p style="color:#24252B;opacity:0.8;">80%</p>

Text with #24252B 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 #24252B;}

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

This text has shadow with #24252B color.

.textShadow {text-shadow: 3px 3px 1px #24252B, 3px 3px 1px red;}

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

This text has shadow with #24252B primary color and red secondary color.


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

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

This text has shadow with #24252B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24252B on black background.


Color preview on white background

This text has color #24252B on white background.



Black color preview on #24252B background

This text has black color on #24252B background.


White color preview on #24252B background

This text has white color on #24252B background.