COLOR #240F23

HEX: #240F23 RGB: (36,15,35)

Color info

#240F23 contains red, green and blue colors in about the same proportion. Web safe color of #240F23 is #330033 (or #303).

RGB color model

#240F23 color RGB value is (36,15,35).

RGB: (36,15,35) (14%, 6%, 14%)

RGB channels and saturation

R 36 of 255 = 14%
G 15 of 255 = 6%
B 35 of 255 = 14%

36
15
35

R + G + B ~ 11%. #240F23 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 15 + 35 = 86 (100%)
R 36 of 86 ~ 41.86%
G 15 of 86 ~ 17.44%
B 35 of 86 ~ 40.7'%

%41.86
%17.44
%40.7

CMYK color model

#240F23 color CMYK value is (0,58,3,86).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 2.78%
  • key color value is 85.88%
CMYK: (0,58,3,86) C0M58Y3K86 (0%,58%,3%,86%) (0.00/0.58/0.03/0.86) 

CMYK percentages

%0
%58.33
%2.78
%85.88

Codes

Color #240F23 in popluar color models

24 0F 23
RGB 36 15 35
HSL 303° 41.18% 10.00%
HSB/HSV 303° 58.33% 14.12%
CMYK 0.00% 58.33% 2.78%
85.88%

Color #240F23 in popluar number systems.

HEX 24 0F 23
Decimal 36 15 35
Binary 100100 1111 100011
Octal 44 17 43

Shades and tints

Shades of #240F23

#240F23
(36,15,35)
#210E20
(33,14,32)
#1E0D1D
(30,13,29)
#1B0C1A
(27,12,26)
#180B17
(24,11,23)
#150A14
(21,10,20)
#120911
(18,9,17)
#0F080E
(15,8,14)
#0C070B
(12,7,11)
#090608
(9,6,8)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #240F23

#240F23
(36,15,35)
#372437
(55,36,55)
#4A394B
(74,57,75)
#5D4E5F
(93,78,95)
#706373
(112,99,115)
#837887
(131,120,135)
#968D9B
(150,141,155)
#A9A2AF
(169,162,175)
#BCB7C3
(188,183,195)
#CFCCD7
(207,204,215)
#E2E1EB
(226,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240F23 color. Also use rgb(36,15,35) instead hex code.

Text Font Color

.myTextColor { color: #240F23; }

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

This text font color is #240F23.

Background Color

.myBgColor { background-color: #240F23; }

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

This div background color is #240F23.

Border color

.myBorderColor { border: 1px solid #240F23; }

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

This div border color is #240F23.

Opacity

.myOpacity80 { color: #240F23; opacity: 0.8; }

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

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

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

This text has shadow with #240F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240F23.

Preview

Color preview on black background

This text has color #240F23 on black background.


Color preview on white background

This text has color #240F23 on white background.


Black color preview on #240F23 background

This text has black color on #240F23 background.


White color preview on #240F23 background

This text has white color on #240F23 background.


Related colors

Complementary color

Complementary color for #hex is #DBF0DC.


I love getcolorcode.com

Triadic colors

1 #23240F and #0F2324 with #240F23 are triadic colors.

2 #230F24 and #0F2423 with #240F23 are triadic colors.