#012022

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

Shades of Black Pearl #012022

Tints of Black Pearl #012022

Color information

#012022 (or 0x012022) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 22. RGB value is (1,32,34). Sum of RGB (Red+Green+Blue) = 1+32+34=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #012022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012022 is #FEDFDD. Grayscale: #161616. Windows color (decimal): -16703454 or 2236417. OLE color: 2236417.

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

Color convert

RGB13234-
CMYK0.970.0600.87
HSL183.64º94.29%6.86%-
HSV(B)183.64º97.06%13.33%-
XYZ0.821.151.69-
YUV22.96134.23112.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 34 (13.67% from 255) = 50.75%
R=1.49%
G=47.76%
B=50.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132340.970.0600.87183.6494.296.86
Hex12022616057b85e7
Octal14042141601272701367
Binary1100000100010110000111001010111101110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012022; }

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

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

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

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

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

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

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

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