#020812

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

Shades of Black Pearl #020812

Tints of Black Pearl #020812

Color information

#020812 (or 0x020812) is unknown color: approx Black Pearl. HEX triplet: 02, 08 and 12. RGB value is (2,8,18). Sum of RGB (Red+Green+Blue) = 2+8+18=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #020812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020812 is #FDF7ED. Grayscale: #070707. Windows color (decimal): -16644078 or 1181698. OLE color: 1181698.

HSL color Cylindrical-coordinate representation of color #020812: hue angle of 217.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 #020812 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2818-
CMYK0.890.5600.93
HSL217.5º80%3.92%-
HSV(B)217.5º88.89%7.06%-
XYZ0.220.230.61-
YUV7.35134.01124.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 64.29%
R=7.14%
G=28.57%
B=64.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal28180.890.5600.93217.5803.92
Hex2812593805Dda504
Octal210221317001353321204
Binary10100010010101100111100001011101110110101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020812; }

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

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

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

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

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

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

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

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