COLOR #242B31

HEX: #242B31
RGB: (36,43,49)

Color info

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

RGB color model

#242B31 color RGB value is (36,43,49).

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

RGB channels and saturation

R 36 of 255 = 14%
G 43 of 255 = 17%
B 49 of 255 = 19%

36
43
49

R + G + B ~ 17%. #242B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 43 + 49 = 128 (100%)
R 36 of 128 ~ 28.13%
G 43 of 128 ~ 33.59%
B 49 of 128 ~ 38.28%

%28.13
%33.59
%38.28

CMYK color model

#242B31 color CMYK value is (27,12,0,81).

  • cyan value is 26.53%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(27,12,0,81)
C27M12Y0K81 
(27%,12%,0%,81%)
(0.27/0.12/0.00/0.81)	

CMYK percentages

%26.53
%12.24
%0
%80.78

Codes

Color #242B31 in popluar color models

242B31
RGB364349
HSL208°15.29%16.67%
HSB/HSV208°26.53%19.22%
CMYK26.53%12.24%0.00%
80.78%

Color #242B31 in popluar number systems.

HEX242B31
Decimal364349
Binary100100101011110001
Octal445361

Shades and tints

Shades of #242B31

#242B31
(36,43,49)
#21282D
(33,40,45)
#1E2529
(30,37,41)
#1B2225
(27,34,37)
#181F21
(24,31,33)
#151C1D
(21,28,29)
#121919
(18,25,25)
#0F1615
(15,22,21)
#0C1311
(12,19,17)
#09100D
(9,16,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #242B31

#242B31
(36,43,49)
#373E43
(55,62,67)
#4A5155
(74,81,85)
#5D6467
(93,100,103)
#707779
(112,119,121)
#838A8B
(131,138,139)
#969D9D
(150,157,157)
#A9B0AF
(169,176,175)
#BCC3C1
(188,195,193)
#CFD6D3
(207,214,211)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242B31 color. Also use rgb(36,43,49) instead hex code.

Text Font Color

.myTextColor { color: #242B31; }

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

This text font color is #242B31.


Background Color

.myBgColor { background-color: #242B31; }

<div style="background-color:#242B31">Inner text</div>

This div background color is #242B31.


Border color

.myBorderColor { border: 1px solid #242B31; }

<div style="border:3px solid #242B31">Div</div>

This div border color is #242B31.


Opacity

.myOpacity80 { color: #242B31; opacity: 0.8; }

<p style="color:#242B31;opacity:0.8;">80%</p>

Text with #242B31 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 #242B31;}

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

This text has shadow with #242B31 color.

.textShadow {text-shadow: 3px 3px 1px #242B31, 3px 3px 1px red;}

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

This text has shadow with #242B31 primary color and red secondary color.


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

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

This text has shadow with #242B31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242B31 on black background.


Color preview on white background

This text has color #242B31 on white background.



Black color preview on #242B31 background

This text has black color on #242B31 background.


White color preview on #242B31 background

This text has white color on #242B31 background.