#020608

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

Shades of Black Pearl #020608

Tints of Black Pearl #020608

Color information

#020608 (or 0x020608) is unknown color: approx Black Pearl. HEX triplet: 02, 06 and 08. RGB value is (2,6,8). Sum of RGB (Red+Green+Blue) = 2+6+8=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #020608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020608 is #FDF9F7. Grayscale: #050505. Windows color (decimal): -16644600 or 525826. OLE color: 525826.

HSL color Cylindrical-coordinate representation of color #020608: hue angle of 200º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020608 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB268-
CMYK0.750.2500.97
HSL200º60%1.96%-
HSV(B)200º75%3.14%-
XYZ0.130.160.25-
YUV5.03129.67125.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 12.5%
GREEN value IS 6 (2.73% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2680.750.2500.97200601.96
Hex2684B19061c83c2
Octal2610113310141310742
Binary101101000100101111001011000011100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020608; }

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

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

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

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

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

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

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

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