COLOR #001920

HEX: #001920 RGB: (0,25,32)

Color info

#001920 contains only green and blue colors. Web safe color of #001920 is #000033 (or #003).

RGB color model

#001920 color RGB value is (0,25,32).

RGB: (0,25,32) (0%, 10%, 13%)

RGB channels and saturation

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

0
25
32

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

Portions of RGB colors in percentages

R + G + B = 0 + 25 + 32 = 57 (100%)
R 0 of 57 ~ 0%
G 25 of 57 ~ 43.86%
B 32 of 57 ~ 56.14'%

%43.86
%56.14

CMYK color model

#001920 color CMYK value is (100,22,0,87).

  • cyan value is 100.00%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK: (100,22,0,87) C100M22Y0K87 (100%,22%,0%,87%) (1.00/0.22/0.00/0.87) 

CMYK percentages

%100
%21.88
%0
%87.45

Codes

Color #001920 in popluar color models

00 19 20
RGB 0 25 32
HSL 193° 100.00% 6.27%
HSB/HSV 193° 100.00% 12.55%
CMYK 100.00% 21.88% 0.00%
87.45%

Color #001920 in popluar number systems.

HEX 00 19 20
Decimal 0 25 32
Binary 0 11001 100000
Octal 0 31 40

Shades and tints

Shades of #001920

#001920
(0,25,32)
#00171E
(0,23,30)
#00151C
(0,21,28)
#00131A
(0,19,26)
#001118
(0,17,24)
#000F16
(0,15,22)
#000D14
(0,13,20)
#000B12
(0,11,18)
#000910
(0,9,16)
#00070E
(0,7,14)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #001920

#001920
(0,25,32)
#172D34
(23,45,52)
#2E4148
(46,65,72)
#45555C
(69,85,92)
#5C6970
(92,105,112)
#737D84
(115,125,132)
#8A9198
(138,145,152)
#A1A5AC
(161,165,172)
#B8B9C0
(184,185,192)
#CFCDD4
(207,205,212)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001920; }

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

This text font color is #001920.

Background Color

.myBgColor { background-color: #001920; }

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

This div background color is #001920.

Border color

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

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

This div border color is #001920.

Opacity

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

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

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

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

This text has shadow with #001920 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001920.

Preview

Color preview on black background

This text has color #001920 on black background.


Color preview on white background

This text has color #001920 on white background.


Black color preview on #001920 background

This text has black color on #001920 background.


White color preview on #001920 background

This text has white color on #001920 background.


Related colors

Complementary color

Complementary color for #hex is #FFE6DF.


I love getcolorcode.com

Triadic colors

1 #200019 and #192000 with #001920 are triadic colors.

2 #201900 and #190020 with #001920 are triadic colors.