COLOR #240C29

HEX: #240C29
RGB: (36,12,41)

Color info

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

RGB color model

#240C29 color RGB value is (36,12,41).

  • red value is 36;
  • green value is 12;
  • blue value is 41.
RGB:
(36,12,41)
(14%,5%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 12 of 255 = 5%
B 41 of 255 = 16%

36
12
41

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

Portions of RGB colors in percentages

R + G + B =
36 + 12 + 41 = 89 (100%)
R 36 of 89 ~ 40.45%
G 12 of 89 ~ 13.48%
B 41 of 89 ~ 46.07%

%40.45
%13.48
%46.07

CMYK color model

#240C29 color CMYK value is (12,71,0,84).

  • cyan value is 12.20%
  • magenta value is 70.73%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(12,71,0,84)
C12M71Y0K84 
(12%,71%,0%,84%)
(0.12/0.71/0.00/0.84)	

CMYK percentages

%12.2
%70.73
%0
%83.92

Codes

Color #240C29 in popluar color models

240C29
RGB361241
HSL290°54.72%10.39%
HSB/HSV290°70.73%16.08%
CMYK12.20%70.73%0.00%
83.92%

Color #240C29 in popluar number systems.

HEX240C29
Decimal361241
Binary1001001100101001
Octal441451

Shades and tints

Shades of #240C29

#240C29
(36,12,41)
#210B26
(33,11,38)
#1E0A23
(30,10,35)
#1B0920
(27,9,32)
#18081D
(24,8,29)
#15071A
(21,7,26)
#120617
(18,6,23)
#0F0514
(15,5,20)
#0C0411
(12,4,17)
#09030E
(9,3,14)
#06020B
(6,2,11)
#000000
(0,0,0)

Tints of #240C29

#240C29
(36,12,41)
#37223C
(55,34,60)
#4A384F
(74,56,79)
#5D4E62
(93,78,98)
#706475
(112,100,117)
#837A88
(131,122,136)
#96909B
(150,144,155)
#A9A6AE
(169,166,174)
#BCBCC1
(188,188,193)
#CFD2D4
(207,210,212)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240C29 color. Also use rgb(36,12,41) instead hex code.

Text Font Color

.myTextColor { color: #240C29; }

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

This text font color is #240C29.


Background Color

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

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

This div background color is #240C29.


Border color

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

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

This div border color is #240C29.


Opacity

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

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

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

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

This text has shadow with #240C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240C29 on black background.


Color preview on white background

This text has color #240C29 on white background.



Black color preview on #240C29 background

This text has black color on #240C29 background.


White color preview on #240C29 background

This text has white color on #240C29 background.