#020912

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

Shades of Black Pearl #020912

Tints of Black Pearl #020912

Color information

#020912 (or 0x020912) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 12. RGB value is (2,9,18). Sum of RGB (Red+Green+Blue) = 2+9+18=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #020912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020912 is #FDF6ED. Grayscale: #070707. Windows color (decimal): -16643822 or 1181954. OLE color: 1181954.

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

Color convert

RGB2918-
CMYK0.890.500.93
HSL213.75º80%3.92%-
HSV(B)213.75º88.89%7.06%-
XYZ0.230.250.61-
YUV7.93133.68123.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 9 (3.91% from 255) = 31.03%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=6.90%
G=31.03%
B=62.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal29180.890.500.93213.75803.92
Hex2912593205Dd6504
Octal211221316201353261204
Binary10100110010101100111001001011101110101101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020912; }

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

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

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

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

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

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

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

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