COLOR #011824

HEX: #011824
RGB: (1,24,36)

Color info

#011824 contains red, green and blue colors in about the same proportion. Web safe color of #011824 is #000033 (or #003).

RGB color model

#011824 color RGB value is (1,24,36).

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

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 36 of 255 = 14%

1
24
36

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

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 36 = 61 (100%)
R 1 of 61 ~ 1.64%
G 24 of 61 ~ 39.34%
B 36 of 61 ~ 59.02%

%39.34
%59.02

CMYK color model

#011824 color CMYK value is (97,33,0,86).

  • cyan value is 97.22%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(97,33,0,86)
C97M33Y0K86 
(97%,33%,0%,86%)
(0.97/0.33/0.00/0.86)	

CMYK percentages

%97.22
%33.33
%0
%85.88

Codes

Color #011824 in popluar color models

011824
RGB12436
HSL201°94.59%7.25%
HSB/HSV201°97.22%14.12%
CMYK97.22%33.33%0.00%
85.88%

Color #011824 in popluar number systems.

HEX011824
Decimal12436
Binary111000100100
Octal13044

Shades and tints

Shades of #011824

#011824
(1,24,36)
#011621
(1,22,33)
#01141E
(1,20,30)
#01121B
(1,18,27)
#011018
(1,16,24)
#010E15
(1,14,21)
#010C12
(1,12,18)
#010A0F
(1,10,15)
#01080C
(1,8,12)
#010609
(1,6,9)
#010406
(1,4,6)
#000000
(0,0,0)

Tints of #011824

#011824
(1,24,36)
#182D37
(24,45,55)
#2F424A
(47,66,74)
#46575D
(70,87,93)
#5D6C70
(93,108,112)
#748183
(116,129,131)
#8B9696
(139,150,150)
#A2ABA9
(162,171,169)
#B9C0BC
(185,192,188)
#D0D5CF
(208,213,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011824; }

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

This text font color is #011824.


Background Color

.myBgColor { background-color: #011824; }

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

This div background color is #011824.


Border color

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

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

This div border color is #011824.


Opacity

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

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

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

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

This text has shadow with #011824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011824 on black background.


Color preview on white background

This text has color #011824 on white background.



Black color preview on #011824 background

This text has black color on #011824 background.


White color preview on #011824 background

This text has white color on #011824 background.