#001920

Color #001920 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001920

Tints of Black Pearl #001920

Color information

#001920 (or 0x001920) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 20. RGB value is (0,25,32). Sum of RGB (Red+Green+Blue) = 0+25+32=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #001920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001920 is #FFE6DF. Grayscale: #121212. Windows color (decimal): -16770784 or 2103552. OLE color: 2103552.

HSL color Cylindrical-coordinate representation of color #001920: hue angle of 193.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001920 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB02532-
CMYK10.2200.87
HSL193.12º100%6.27%-
HSV(B)193.12º100%12.55%-
XYZ0.610.81.49-
YUV18.32135.72114.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=0%
G=43.86%
B=56.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0253210.2200.87193.121006.27
Hex019206416057c1646
Octal031401442601273011446
Binary01100110000011001001011001010111110000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001920; }

 p { color: rgb(0,25,32); }

 H1.HeaderClassName
 {
   color: #001920;
 }
 .AnyTagClassName
 {
   color: #001920;
 }
</style>
background-color css

<style>
 a { background-color: #001920; }

 a { background-color: rgb(0,25,32); }

 div.DivClassName
 {
   background-color: #001920;
 }
 .BgClassName
 {
   background-color: #001920;
 }
</style>
border-color css

<style>
 span { border-color: #001920; }

 span { border-color: rgb(0,25,32); }

 td.TdClassName
 {
   border-color: #001920;
 }
 .TagClassName
 {
   border-color: #001920;
 }
</style>