COLOR #240113

HEX: #240113 RGB: (36,1,19)

Color info

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

RGB color model

#240113 color RGB value is (36,1,19).

RGB: (36,1,19) (14%, 0%, 7%)

RGB channels and saturation

R 36 of 255 = 14%
G 1 of 255 = 0%
B 19 of 255 = 7%

36
1
19

R + G + B ~ 7%. #240113 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 1 + 19 = 56 (100%)
R 36 of 56 ~ 64.29%
G 1 of 56 ~ 1.79%
B 19 of 56 ~ 33.93'%

%64.29
%33.93

CMYK color model

#240113 color CMYK value is (0,97,47,86).

  • cyan value is 0.00%
  • magenta value is 97.22%
  • yellow value is 47.22%
  • key color value is 85.88%

CMYK: (0,97,47,86)
C0M97Y47K86 (0%, 97%, 47%, 86%)
(0.00 / 0.97 / 0.47 / 0.86)

CMYK percentages

%0
%97.22
%47.22
%85.88

Codes

Color #240113 in popluar color models

24 01 13
RGB 36 1 19
HSL 329° 94.59% 7.25%
HSB/HSV 329° 97.22% 14.12%
CMYK 0.00% 97.22% 47.22%
85.88%

Color #240113 in popluar number systems.

HEX 24 01 13
Decimal 36 1 19
Binary 100100 1 10011
Octal 44 1 23

Shades and tints

Shades of #240113

#240113
(36,1,19)
#210112
(33,1,18)
#1E0111
(30,1,17)
#1B0110
(27,1,16)
#18010F
(24,1,15)
#15010E
(21,1,14)
#12010D
(18,1,13)
#0F010C
(15,1,12)
#0C010B
(12,1,11)
#09010A
(9,1,10)
#060109
(6,1,9)
#000000
(0,0,0)

Tints of #240113

#240113
(36,1,19)
#371828
(55,24,40)
#4A2F3D
(74,47,61)
#5D4652
(93,70,82)
#705D67
(112,93,103)
#83747C
(131,116,124)
#968B91
(150,139,145)
#A9A2A6
(169,162,166)
#BCB9BB
(188,185,187)
#CFD0D0
(207,208,208)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240113 color. Also use rgb(36,1,19) instead hex code.

Text Font Color

.myTextColor { color: #240113; }

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

This text font color is #240113.

Background Color

.myBgColor { background-color: #240113; }

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

This div background color is #240113.

Border color

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

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

This div border color is #240113.

Opacity

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

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

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

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

This text has shadow with #240113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240113.

Preview

Color preview on black background

This text has color #240113 on black background.


Color preview on white background

This text has color #240113 on white background.


Black color preview on #240113 background

This text has black color on #240113 background.


White color preview on #240113 background

This text has white color on #240113 background.


Related colors

Complementary color

Complementary color for #hex is #DBFEEC.


I love getcolorcode.com

Triadic colors

1 #132401 and #011324 with #240113 are triadic colors.

2 #130124 and #012413 with #240113 are triadic colors.