COLOR #242115

HEX: #242115 RGB: (36,33,21)

Color info

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

RGB color model

#242115 color RGB value is (36,33,21).

RGB: (36,33,21) (14%, 13%, 8%)

RGB channels and saturation

R 36 of 255 = 14%
G 33 of 255 = 13%
B 21 of 255 = 8%

36
33
21

R + G + B ~ 12%. #242115 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 33 + 21 = 90 (100%)
R 36 of 90 ~ 40%
G 33 of 90 ~ 36.67%
B 21 of 90 ~ 23.33'%

%40
%36.67
%23.33

CMYK color model

#242115 color CMYK value is (0,8,42,86).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 41.67%
  • key color value is 85.88%
CMYK: (0,8,42,86) C0M8Y42K86 (0%,8%,42%,86%) (0.00/0.08/0.42/0.86) 

CMYK percentages

%0
%8.33
%41.67
%85.88

Codes

Color #242115 in popluar color models

24 21 15
RGB 36 33 21
HSL 48° 26.32% 11.18%
HSB/HSV 48° 41.67% 14.12%
CMYK 0.00% 8.33% 41.67%
85.88%

Color #242115 in popluar number systems.

HEX 24 21 15
Decimal 36 33 21
Binary 100100 100001 10101
Octal 44 41 25

Shades and tints

Shades of #242115

#242115
(36,33,21)
#211E14
(33,30,20)
#1E1B13
(30,27,19)
#1B1812
(27,24,18)
#181511
(24,21,17)
#151210
(21,18,16)
#120F0F
(18,15,15)
#0F0C0E
(15,12,14)
#0C090D
(12,9,13)
#09060C
(9,6,12)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #242115

#242115
(36,33,21)
#37352A
(55,53,42)
#4A493F
(74,73,63)
#5D5D54
(93,93,84)
#707169
(112,113,105)
#83857E
(131,133,126)
#969993
(150,153,147)
#A9ADA8
(169,173,168)
#BCC1BD
(188,193,189)
#CFD5D2
(207,213,210)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242115; }

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

This text font color is #242115.

Background Color

.myBgColor { background-color: #242115; }

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

This div background color is #242115.

Border color

.myBorderColor { border: 1px solid #242115; }

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

This div border color is #242115.

Opacity

.myOpacity80 { color: #242115; opacity: 0.8; }

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

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

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

This text has shadow with #242115 color.


.textShadow {text-shadow: 3px 3px 1px #242115', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #242115; -webkit-box-shadow: 1px 1px 3px 2px #242115; box-shadow:1px 1px 3px 2px #242115;">
Div content here
</div>

This div box has shadow with color #242115.

Preview

Color preview on black background

This text has color #242115 on black background.


Color preview on white background

This text has color #242115 on white background.


Black color preview on #242115 background

This text has black color on #242115 background.


White color preview on #242115 background

This text has white color on #242115 background.


Related colors

Complementary color

Complementary color for #hex is #DBDEEA.


I love getcolorcode.com

Triadic colors

1 #152421 and #211524 with #242115 are triadic colors.

2 #152124 and #212415 with #242115 are triadic colors.