#020D12

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

Shades of Black Pearl #020D12

Tints of Black Pearl #020D12

Color information

#020D12 (or 0x020D12) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 12. RGB value is (2,13,18). Sum of RGB (Red+Green+Blue) = 2+13+18=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #020D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D12 is #FDF2ED. Grayscale: #0A0A0A. Windows color (decimal): -16642798 or 1182978. OLE color: 1182978.

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

Color convert

RGB21318-
CMYK0.890.2800.93
HSL198.75º80%3.92%-
HSV(B)198.75º88.89%7.06%-
XYZ0.280.340.62-
YUV10.28132.36122.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=6.06%
G=39.39%
B=54.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal213180.890.2800.93198.75803.92
Hex2D12591C05Dc7504
Octal215221313401353071204
Binary1011011001010110011110001011101110001111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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