#020708

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

Shades of Black Pearl #020708

Tints of Black Pearl #020708

Color information

#020708 (or 0x020708) is unknown color: approx Black Pearl. HEX triplet: 02, 07 and 08. RGB value is (2,7,8). Sum of RGB (Red+Green+Blue) = 2+7+8=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: blue. Hex color #020708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020708 is #FDF8F7. Grayscale: #050505. Windows color (decimal): -16644344 or 526082. OLE color: 526082.

HSL color Cylindrical-coordinate representation of color #020708: hue angle of 190º 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 #020708 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB278-
CMYK0.750.1300.97
HSL190º60%1.96%-
HSV(B)190º75%3.14%-
XYZ0.140.180.26-
YUV5.62129.34125.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.76%
GREEN value IS 7 (3.12% from 255) = 41.18%
BLUE value IS 8 (3.52% from 255) = 47.06%
R=11.76%
G=41.18%
B=47.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2780.750.1300.97190601.96
Hex2784BD061be3c2
Octal2710113150141276742
Binary10111100010010111101011000011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020708; }

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

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

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

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

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

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

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

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