COLOR #240317

HEX: #240317
RGB: (36,3,23)

Color info

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

RGB color model

#240317 color RGB value is (36,3,23).

  • red value is 36;
  • green value is 3;
  • blue value is 23.
RGB:
(36,3,23)
(14%,1%,9%)

RGB channels and saturation

R 36 of 255 = 14%
G 3 of 255 = 1%
B 23 of 255 = 9%

36
3
23

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

Portions of RGB colors in percentages

R + G + B =
36 + 3 + 23 = 62 (100%)
R 36 of 62 ~ 58.06%
G 3 of 62 ~ 4.84%
B 23 of 62 ~ 37.1%

%58.06
%37.1

CMYK color model

#240317 color CMYK value is (0,92,36,86).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 36.11%
  • key color value is 85.88%
CMYK:
(0,92,36,86)
C0M92Y36K86 
(0%,92%,36%,86%)
(0.00/0.92/0.36/0.86)	

CMYK percentages

%0
%91.67
%36.11
%85.88

Codes

Color #240317 in popluar color models

240317
RGB36323
HSL324°84.62%7.65%
HSB/HSV324°91.67%14.12%
CMYK0.00%91.67%36.11%
85.88%

Color #240317 in popluar number systems.

HEX240317
Decimal36323
Binary1001001110111
Octal44327

Shades and tints

Shades of #240317

#240317
(36,3,23)
#210315
(33,3,21)
#1E0313
(30,3,19)
#1B0311
(27,3,17)
#18030F
(24,3,15)
#15030D
(21,3,13)
#12030B
(18,3,11)
#0F0309
(15,3,9)
#0C0307
(12,3,7)
#090305
(9,3,5)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #240317

#240317
(36,3,23)
#37192C
(55,25,44)
#4A2F41
(74,47,65)
#5D4556
(93,69,86)
#705B6B
(112,91,107)
#837180
(131,113,128)
#968795
(150,135,149)
#A99DAA
(169,157,170)
#BCB3BF
(188,179,191)
#CFC9D4
(207,201,212)
#E2DFE9
(226,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240317 color. Also use rgb(36,3,23) instead hex code.

Text Font Color

.myTextColor { color: #240317; }

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

This text font color is #240317.


Background Color

.myBgColor { background-color: #240317; }

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

This div background color is #240317.


Border color

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

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

This div border color is #240317.


Opacity

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

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

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

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

This text has shadow with #240317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240317 on black background.


Color preview on white background

This text has color #240317 on white background.



Black color preview on #240317 background

This text has black color on #240317 background.


White color preview on #240317 background

This text has white color on #240317 background.