COLOR #011920

HEX: #011920
RGB: (1,25,32)

Color info

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

RGB color model

#011920 color RGB value is (1,25,32).

  • red value is 1;
  • green value is 25;
  • blue value is 32.
RGB:
(1,25,32)
(0%,10%,13%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 32 of 255 = 13%

1
25
32

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

Portions of RGB colors in percentages

R + G + B =
1 + 25 + 32 = 58 (100%)
R 1 of 58 ~ 1.72%
G 25 of 58 ~ 43.1%
B 32 of 58 ~ 55.17%

%43.1
%55.17

CMYK color model

#011920 color CMYK value is (97,22,0,87).

  • cyan value is 96.88%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(97,22,0,87)
C97M22Y0K87 
(97%,22%,0%,87%)
(0.97/0.22/0.00/0.87)	

CMYK percentages

%96.88
%21.88
%0
%87.45

Codes

Color #011920 in popluar color models

011920
RGB12532
HSL194°93.94%6.47%
HSB/HSV194°96.88%12.55%
CMYK96.88%21.88%0.00%
87.45%

Color #011920 in popluar number systems.

HEX011920
Decimal12532
Binary111001100000
Octal13140

Shades and tints

Shades of #011920

#011920
(1,25,32)
#01171E
(1,23,30)
#01151C
(1,21,28)
#01131A
(1,19,26)
#011118
(1,17,24)
#010F16
(1,15,22)
#010D14
(1,13,20)
#010B12
(1,11,18)
#010910
(1,9,16)
#01070E
(1,7,14)
#01050C
(1,5,12)
#000000
(0,0,0)

Tints of #011920

#011920
(1,25,32)
#182D34
(24,45,52)
#2F4148
(47,65,72)
#46555C
(70,85,92)
#5D6970
(93,105,112)
#747D84
(116,125,132)
#8B9198
(139,145,152)
#A2A5AC
(162,165,172)
#B9B9C0
(185,185,192)
#D0CDD4
(208,205,212)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011920 color. Also use rgb(1,25,32) instead hex code.

Text Font Color

.myTextColor { color: #011920; }

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

This text font color is #011920.


Background Color

.myBgColor { background-color: #011920; }

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

This div background color is #011920.


Border color

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

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

This div border color is #011920.


Opacity

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

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

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

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

This text has shadow with #011920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011920 on black background.


Color preview on white background

This text has color #011920 on white background.



Black color preview on #011920 background

This text has black color on #011920 background.


White color preview on #011920 background

This text has white color on #011920 background.