COLOR #240512

HEX: #240512 RGB: (36,5,18)

Color info

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

RGB color model

#240512 color RGB value is (36,5,18).

RGB: (36,5,18) (14%, 2%, 7%)

RGB channels and saturation

R 36 of 255 = 14%
G 5 of 255 = 2%
B 18 of 255 = 7%

36
5
18

R + G + B ~ 8%. #240512 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 5 + 18 = 59 (100%)
R 36 of 59 ~ 61.02%
G 5 of 59 ~ 8.47%
B 18 of 59 ~ 30.51'%

%61.02
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 50.00%
  • key color value is 85.88%

CMYK: (0,86,50,86)
C0M86Y50K86 (0%, 86%, 50%, 86%)
(0.00 / 0.86 / 0.50 / 0.86)

CMYK percentages

%0
%86.11
%50
%85.88

Codes

Color #240512 in popluar color models

24 05 12
RGB 36 5 18
HSL 335° 75.61% 8.04%
HSB/HSV 335° 86.11% 14.12%
CMYK 0.00% 86.11% 50.00%
85.88%

Color #240512 in popluar number systems.

HEX 24 05 12
Decimal 36 5 18
Binary 100100 101 10010
Octal 44 5 22

Shades and tints

Shades of #240512

#240512
(36,5,18)
#210511
(33,5,17)
#1E0510
(30,5,16)
#1B050F
(27,5,15)
#18050E
(24,5,14)
#15050D
(21,5,13)
#12050C
(18,5,12)
#0F050B
(15,5,11)
#0C050A
(12,5,10)
#090509
(9,5,9)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #240512

#240512
(36,5,18)
#371B27
(55,27,39)
#4A313C
(74,49,60)
#5D4751
(93,71,81)
#705D66
(112,93,102)
#83737B
(131,115,123)
#968990
(150,137,144)
#A99FA5
(169,159,165)
#BCB5BA
(188,181,186)
#CFCBCF
(207,203,207)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240512; }

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

This text font color is #240512.

Background Color

.myBgColor { background-color: #240512; }

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

This div background color is #240512.

Border color

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

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

This div border color is #240512.

Opacity

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

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

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

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

This text has shadow with #240512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240512.

Preview

Color preview on black background

This text has color #240512 on black background.


Color preview on white background

This text has color #240512 on white background.


Black color preview on #240512 background

This text has black color on #240512 background.


White color preview on #240512 background

This text has white color on #240512 background.


Related colors

Complementary color

Complementary color for #hex is #DBFAED.


I love getcolorcode.com

Triadic colors

1 #122405 and #051224 with #240512 are triadic colors.

2 #120524 and #052412 with #240512 are triadic colors.