#011420

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

Shades of Black Pearl #011420

Tints of Black Pearl #011420

Color information

#011420 (or 0x011420) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 20. RGB value is (1,20,32). Sum of RGB (Red+Green+Blue) = 1+20+32=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #011420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011420 is #FEEBDF. Grayscale: #0F0F0F. Windows color (decimal): -16706528 or 2102273. OLE color: 2102273.

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

Color convert

RGB12032-
CMYK0.970.3700.87
HSL203.23º93.94%6.47%-
HSV(B)203.23º96.88%12.55%-
XYZ0.520.611.46-
YUV15.69137.21117.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 32 (12.89% from 255) = 60.38%
R=1.89%
G=37.74%
B=60.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal120320.970.3700.87203.2393.946.47
Hex114206125057cb5e6
Octal124401414501273131366
Binary110100100000110000110010101010111110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011420; }

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

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

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

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

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

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

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

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