#020A12

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

Shades of Black Pearl #020A12

Tints of Black Pearl #020A12

Color information

#020A12 (or 0x020A12) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 12. RGB value is (2,10,18). Sum of RGB (Red+Green+Blue) = 2+10+18=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #020A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A12 is #FDF5ED. Grayscale: #080808. Windows color (decimal): -16643566 or 1182210. OLE color: 1182210.

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

Color convert

RGB21018-
CMYK0.890.4400.93
HSL210º80%3.92%-
HSV(B)210º88.89%7.06%-
XYZ0.240.270.61-
YUV8.52133.35123.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 10 (4.30% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 60%
R=6.67%
G=33.33%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal210180.890.4400.93210803.92
Hex2A12592C05Dd2504
Octal212221315401353221204
Binary10101010010101100110110001011101110100101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A12; }

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

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

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

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

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

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

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

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