#021012

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

Shades of Black Pearl #021012

Tints of Black Pearl #021012

Color information

#021012 (or 0x021012) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 12. RGB value is (2,16,18). Sum of RGB (Red+Green+Blue) = 2+16+18=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #021012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021012 is #FDEFED. Grayscale: #0C0C0C. Windows color (decimal): -16642030 or 1183746. OLE color: 1183746.

HSL color Cylindrical-coordinate representation of color #021012: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021012 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21618-
CMYK0.890.1100.93
HSL187.5º80%3.92%-
HSV(B)187.5º88.89%7.06%-
XYZ0.320.430.64-
YUV12.04131.36120.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal216180.890.1100.93187.5803.92
Hex2101259B05Dbc504
Octal220221311301352741204
Binary1010000100101011001101101011101101111001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021012; }

 p { color: rgb(2,16,18); }

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

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

 a { background-color: rgb(2,16,18); }

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

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

 span { border-color: rgb(2,16,18); }

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