COLOR #240B35

HEX: #240B35
RGB: (36,11,53)

Color info

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

RGB color model

#240B35 color RGB value is (36,11,53).

  • red value is 36;
  • green value is 11;
  • blue value is 53.
RGB:
(36,11,53)
(14%,4%,21%)

RGB channels and saturation

R 36 of 255 = 14%
G 11 of 255 = 4%
B 53 of 255 = 21%

36
11
53

R + G + B ~ 13%. #240B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 53 = 100 (100%)
R 36 of 100 ~ 36%
G 11 of 100 ~ 11%
B 53 of 100 ~ 53%

%36
%11
%53

CMYK color model

#240B35 color CMYK value is (32,79,0,79).

  • cyan value is 32.08%
  • magenta value is 79.25%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(32,79,0,79)
C32M79Y0K79 
(32%,79%,0%,79%)
(0.32/0.79/0.00/0.79)	

CMYK percentages

%32.08
%79.25
%0
%79.22

Codes

Color #240B35 in popluar color models

240B35
RGB361153
HSL276°65.63%12.55%
HSB/HSV276°79.25%20.78%
CMYK32.08%79.25%0.00%
79.22%

Color #240B35 in popluar number systems.

HEX240B35
Decimal361153
Binary1001001011110101
Octal441365

Shades and tints

Shades of #240B35

#240B35
(36,11,53)
#210A31
(33,10,49)
#1E092D
(30,9,45)
#1B0829
(27,8,41)
#180725
(24,7,37)
#150621
(21,6,33)
#12051D
(18,5,29)
#0F0419
(15,4,25)
#0C0315
(12,3,21)
#090211
(9,2,17)
#06010D
(6,1,13)
#000000
(0,0,0)

Tints of #240B35

#240B35
(36,11,53)
#372147
(55,33,71)
#4A3759
(74,55,89)
#5D4D6B
(93,77,107)
#70637D
(112,99,125)
#83798F
(131,121,143)
#968FA1
(150,143,161)
#A9A5B3
(169,165,179)
#BCBBC5
(188,187,197)
#CFD1D7
(207,209,215)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240B35 color. Also use rgb(36,11,53) instead hex code.

Text Font Color

.myTextColor { color: #240B35; }

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

This text font color is #240B35.


Background Color

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

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

This div background color is #240B35.


Border color

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

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

This div border color is #240B35.


Opacity

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

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

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

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

This text has shadow with #240B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B35 on black background.


Color preview on white background

This text has color #240B35 on white background.



Black color preview on #240B35 background

This text has black color on #240B35 background.


White color preview on #240B35 background

This text has white color on #240B35 background.