#000708

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

Shades of Black Pearl #000708

Tints of Black Pearl #000708

Color information

#000708 (or 0x000708) is unknown color: approx Black Pearl. HEX triplet: 00, 07 and 08. RGB value is (0,7,8). Sum of RGB (Red+Green+Blue) = 0+7+8=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #000708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000708 is #FFF8F7. Grayscale: #050505. Windows color (decimal): -16775416 or 526080. OLE color: 526080.

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

Color convert

RGB078-
CMYK10.1300.97
HSL187.5º100%1.57%-
HSV(B)187.5º100%3.14%-
XYZ0.120.170.26-
YUV5.02129.68124.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 46.67%
BLUE value IS 8 (3.52% from 255) = 53.33%
R=0%
G=46.67%
B=53.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal07810.1300.97187.51001.57
Hex07864D061bc642
Octal07101441501412741442
Binary01111000110010011010110000110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000708; }

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

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

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

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

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

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

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

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