#020C14

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

Shades of Black Pearl #020C14

Tints of Black Pearl #020C14

Color information

#020C14 (or 0x020C14) is unknown color: approx Black Pearl. HEX triplet: 02, 0C and 14. RGB value is (2,12,20). Sum of RGB (Red+Green+Blue) = 2+12+20=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #020C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C14 is #FDF3EB. Grayscale: #090909. Windows color (decimal): -16643052 or 1313794. OLE color: 1313794.

HSL color Cylindrical-coordinate representation of color #020C14: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020C14 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21220-
CMYK0.900.4000.92
HSL206.67º81.82%4.31%-
HSV(B)206.67º90%7.84%-
XYZ0.280.330.71-
YUV9.92133.69122.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.88%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 20 (8.20% from 255) = 58.82%
R=5.88%
G=35.29%
B=58.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212200.900.4000.92206.6781.824.31
Hex2C145A2805Ccf524
Octal214241325001343171224
Binary10110010100101101010100001011100110011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,12,20); }

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

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

 a { background-color: rgb(2,12,20); }

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

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

 span { border-color: rgb(2,12,20); }

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