COLOR #242B15

HEX: #242B15
RGB: (36,43,21)

Color info

#242B15 contains red, green and blue colors in about the same proportion. Web safe color of #242B15 is #333300 (or #330).

RGB color model

#242B15 color RGB value is (36,43,21).

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

RGB channels and saturation

R 36 of 255 = 14%
G 43 of 255 = 17%
B 21 of 255 = 8%

36
43
21

R + G + B ~ 13%. #242B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 43 + 21 = 100 (100%)
R 36 of 100 ~ 36%
G 43 of 100 ~ 43%
B 21 of 100 ~ 21%

%36
%43
%21

CMYK color model

#242B15 color CMYK value is (16,0,51,83).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 83.14%
CMYK:
(16,0,51,83)
C16M0Y51K83 
(16%,0%,51%,83%)
(0.16/0.00/0.51/0.83)	

CMYK percentages

%16.28
%0
%51.16
%83.14

Codes

Color #242B15 in popluar color models

242B15
RGB364321
HSL79°34.38%12.55%
HSB/HSV79°51.16%16.86%
CMYK16.28%0.00%51.16%
83.14%

Color #242B15 in popluar number systems.

HEX242B15
Decimal364321
Binary10010010101110101
Octal445325

Shades and tints

Shades of #242B15

#242B15
(36,43,21)
#212814
(33,40,20)
#1E2513
(30,37,19)
#1B2212
(27,34,18)
#181F11
(24,31,17)
#151C10
(21,28,16)
#12190F
(18,25,15)
#0F160E
(15,22,14)
#0C130D
(12,19,13)
#09100C
(9,16,12)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #242B15

#242B15
(36,43,21)
#373E2A
(55,62,42)
#4A513F
(74,81,63)
#5D6454
(93,100,84)
#707769
(112,119,105)
#838A7E
(131,138,126)
#969D93
(150,157,147)
#A9B0A8
(169,176,168)
#BCC3BD
(188,195,189)
#CFD6D2
(207,214,210)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242B15; }

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

This text font color is #242B15.


Background Color

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

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

This div background color is #242B15.


Border color

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

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

This div border color is #242B15.


Opacity

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

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

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

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

This text has shadow with #242B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242B15 on black background.


Color preview on white background

This text has color #242B15 on white background.



Black color preview on #242B15 background

This text has black color on #242B15 background.


White color preview on #242B15 background

This text has white color on #242B15 background.