COLOR #240E2A

HEX: #240E2A
RGB: (36,14,42)

Color info

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

RGB color model

#240E2A color RGB value is (36,14,42).

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

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 42 of 255 = 16%

36
14
42

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

Portions of RGB colors in percentages

R + G + B =
36 + 14 + 42 = 92 (100%)
R 36 of 92 ~ 39.13%
G 14 of 92 ~ 15.22%
B 42 of 92 ~ 45.65%

%39.13
%15.22
%45.65

CMYK color model

#240E2A color CMYK value is (14,67,0,84).

  • cyan value is 14.29%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,67,0,84)
C14M67Y0K84 
(14%,67%,0%,84%)
(0.14/0.67/0.00/0.84)	

CMYK percentages

%14.29
%66.67
%0
%83.53

Codes

Color #240E2A in popluar color models

240E2A
RGB361442
HSL287°50.00%10.98%
HSB/HSV287°66.67%16.47%
CMYK14.29%66.67%0.00%
83.53%

Color #240E2A in popluar number systems.

HEX240E2A
Decimal361442
Binary1001001110101010
Octal441652

Shades and tints

Shades of #240E2A

#240E2A
(36,14,42)
#210D27
(33,13,39)
#1E0C24
(30,12,36)
#1B0B21
(27,11,33)
#180A1E
(24,10,30)
#15091B
(21,9,27)
#120818
(18,8,24)
#0F0715
(15,7,21)
#0C0612
(12,6,18)
#09050F
(9,5,15)
#06040C
(6,4,12)
#000000
(0,0,0)

Tints of #240E2A

#240E2A
(36,14,42)
#37233D
(55,35,61)
#4A3850
(74,56,80)
#5D4D63
(93,77,99)
#706276
(112,98,118)
#837789
(131,119,137)
#968C9C
(150,140,156)
#A9A1AF
(169,161,175)
#BCB6C2
(188,182,194)
#CFCBD5
(207,203,213)
#E2E0E8
(226,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240E2A color. Also use rgb(36,14,42) instead hex code.

Text Font Color

.myTextColor { color: #240E2A; }

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

This text font color is #240E2A.


Background Color

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

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

This div background color is #240E2A.


Border color

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

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

This div border color is #240E2A.


Opacity

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

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

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

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

This text has shadow with #240E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240E2A on black background.


Color preview on white background

This text has color #240E2A on white background.



Black color preview on #240E2A background

This text has black color on #240E2A background.


White color preview on #240E2A background

This text has white color on #240E2A background.