COLOR #241512

HEX: #241512 RGB: (36,21,18)

Color info

#241512 contains red, green and blue colors in about the same proportion. Web safe color of #241512 is #330000 (or #300).

RGB color model

#241512 color RGB value is (36,21,18).

RGB: (36,21,18) (14%, 8%, 7%)

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 18 of 255 = 7%

36
21
18

R + G + B ~ 10%. #241512 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 21 + 18 = 75 (100%)
R 36 of 75 ~ 48%
G 21 of 75 ~ 28%
B 18 of 75 ~ 24'%

%48
%28
%24

CMYK color model

#241512 color CMYK value is (0,42,50,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 50.00%
  • key color value is 85.88%
CMYK: (0,42,50,86) C0M42Y50K86 (0%,42%,50%,86%) (0.00/0.42/0.50/0.86) 

CMYK percentages

%0
%41.67
%50
%85.88

Codes

Color #241512 in popluar color models

24 15 12
RGB 36 21 18
HSL 10° 33.33% 10.59%
HSB/HSV 10° 50.00% 14.12%
CMYK 0.00% 41.67% 50.00%
85.88%

Color #241512 in popluar number systems.

HEX 24 15 12
Decimal 36 21 18
Binary 100100 10101 10010
Octal 44 25 22

Shades and tints

Shades of #241512

#241512
(36,21,18)
#211411
(33,20,17)
#1E1310
(30,19,16)
#1B120F
(27,18,15)
#18110E
(24,17,14)
#15100D
(21,16,13)
#120F0C
(18,15,12)
#0F0E0B
(15,14,11)
#0C0D0A
(12,13,10)
#090C09
(9,12,9)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #241512

#241512
(36,21,18)
#372A27
(55,42,39)
#4A3F3C
(74,63,60)
#5D5451
(93,84,81)
#706966
(112,105,102)
#837E7B
(131,126,123)
#969390
(150,147,144)
#A9A8A5
(169,168,165)
#BCBDBA
(188,189,186)
#CFD2CF
(207,210,207)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241512; }

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

This text font color is #241512.

Background Color

.myBgColor { background-color: #241512; }

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

This div background color is #241512.

Border color

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

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

This div border color is #241512.

Opacity

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

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

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

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

This text has shadow with #241512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241512.

Preview

Color preview on black background

This text has color #241512 on black background.


Color preview on white background

This text has color #241512 on white background.


Black color preview on #241512 background

This text has black color on #241512 background.


White color preview on #241512 background

This text has white color on #241512 background.


Related colors

Complementary color

Complementary color for #hex is #DBEAED.


I love getcolorcode.com

Triadic colors

1 #122415 and #151224 with #241512 are triadic colors.

2 #121524 and #152412 with #241512 are triadic colors.