COLOR #011821

HEX: #011821
RGB: (1,24,33)

Color info

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

RGB color model

#011821 color RGB value is (1,24,33).

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

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 33 of 255 = 13%

1
24
33

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

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 33 = 58 (100%)
R 1 of 58 ~ 1.72%
G 24 of 58 ~ 41.38%
B 33 of 58 ~ 56.9%

%41.38
%56.9

CMYK color model

#011821 color CMYK value is (97,27,0,87).

  • cyan value is 96.97%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(97,27,0,87)
C97M27Y0K87 
(97%,27%,0%,87%)
(0.97/0.27/0.00/0.87)	

CMYK percentages

%96.97
%27.27
%0
%87.06

Codes

Color #011821 in popluar color models

011821
RGB12433
HSL197°94.12%6.67%
HSB/HSV197°96.97%12.94%
CMYK96.97%27.27%0.00%
87.06%

Color #011821 in popluar number systems.

HEX011821
Decimal12433
Binary111000100001
Octal13041

Shades and tints

Shades of #011821

#011821
(1,24,33)
#01161E
(1,22,30)
#01141B
(1,20,27)
#011218
(1,18,24)
#011015
(1,16,21)
#010E12
(1,14,18)
#010C0F
(1,12,15)
#010A0C
(1,10,12)
#010809
(1,8,9)
#010606
(1,6,6)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #011821

#011821
(1,24,33)
#182D35
(24,45,53)
#2F4249
(47,66,73)
#46575D
(70,87,93)
#5D6C71
(93,108,113)
#748185
(116,129,133)
#8B9699
(139,150,153)
#A2ABAD
(162,171,173)
#B9C0C1
(185,192,193)
#D0D5D5
(208,213,213)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011821; }

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

This text font color is #011821.


Background Color

.myBgColor { background-color: #011821; }

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

This div background color is #011821.


Border color

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

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

This div border color is #011821.


Opacity

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

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

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

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

This text has shadow with #011821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011821 on black background.


Color preview on white background

This text has color #011821 on white background.



Black color preview on #011821 background

This text has black color on #011821 background.


White color preview on #011821 background

This text has white color on #011821 background.