Html Css Color HEX #001920 Black Pearl

📋 copy color: '#001920'

red 0 ◦ green 25 ◦ blue 32

#001920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #001920

Tints of Black Pearl #001920

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 value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001920 (or 0x001920) is known color: 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

RGB 0 25 32 -
CMYK 1 0.22 0 0.87
HSL 193.13º 1% 0.06% -
HSV(B) 193.13º 1% 0.13% -
XYZ 0.61 0.8 1.49 -
YUV 18.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 0 25 32 1 0.22 0 0.87 193.13 1 0.06
Hex 0 19 20 64 16 0 57 C1 64 6
Octal 0 31 40 144 26 0 127 301 144 6
Binary 0 11001 100000 1100100 10110 0 1010111 11000001 1100100 110

Color Harmonies of #001920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001920

Black with #001920

Text Example


Text Example

White with #001920

Text Example


Text Example

HTML Codes & Css Web 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>