#011220

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

Shades of Black Pearl #011220

Tints of Black Pearl #011220

Color information

#011220 (or 0x011220) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 20. RGB value is (1,18,32). Sum of RGB (Red+Green+Blue) = 1+18+32=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #011220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011220 is #FEEDDF. Grayscale: #0E0E0E. Windows color (decimal): -16707040 or 2101761. OLE color: 2101761.

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

Color convert

RGB11832-
CMYK0.970.4400.87
HSL207.1º93.94%6.47%-
HSV(B)207.1º96.88%12.55%-
XYZ0.490.541.45-
YUV14.51137.87118.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 32 (12.89% from 255) = 62.75%
R=1.96%
G=35.29%
B=62.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal118320.970.4400.87207.193.946.47
Hex11220612C057cf5e6
Octal122401415401273171366
Binary110010100000110000110110001010111110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011220; }

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

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

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

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

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

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

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

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