Html Css Color HEX #001420 Black Pearl

📋 copy color: '#001420'

red 0 ◦ green 20 ◦ blue 32

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

Shades of Black Pearl #001420

Tints of Black Pearl #001420

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 38.46%

 BLUE value IS 32 (12.89% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001420 (or 0x001420) is known color: Black Pearl. HEX triplet: 00, 14 and 20. RGB value is (0,20,32). Sum of RGB (Red+Green+Blue) = 0+20+32=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #001420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001420 is #FFEBDF. Grayscale: #0F0F0F. Windows color (decimal): -16772064 or 2102272. OLE color: 2102272.

HSL color Cylindrical-coordinate representation of color #001420: hue angle of 202.5º 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 #001420 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 20 32 -
CMYK 1 0.37 0 0.87
HSL 202.5º 1% 0.06% -
HSV(B) 202.5º 1% 0.13% -
XYZ 0.51 0.6 1.46 -
YUV 15.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 0 20 32 1 0.37 0 0.87 202.5 1 0.06
Hex 0 14 20 64 25 0 57 CA 64 6
Octal 0 24 40 144 45 0 127 312 144 6
Binary 0 10100 100000 1100100 100101 0 1010111 11001010 1100100 110

Color Harmonies of #001420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001420

Black with #001420

Text Example


Text Example

White with #001420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001420; }

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

 H1.HeaderClassName
 {
   color: #001420;
 }
 .AnyTagClassName
 {
   color: #001420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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