Html Css Color HEX #000708 Black Pearl

📋 copy color: '#000708'

red 0 ◦ green 7 ◦ blue 8

#000708
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000708

Tints of Black Pearl #000708

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 46.67%

 BLUE value IS 8 (3.52% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#000708 (or 0x000708) is known color: 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

RGB 0 7 8 -
CMYK 1 0.13 0 0.97
HSL 187.5º 1% 0.02% -
HSV(B) 187.5º 1% 0.03% -
XYZ 0.12 0.17 0.26 -
YUV 5.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 0 7 8 1 0.13 0 0.97 187.5 1 0.02
Hex 0 7 8 64 D 0 61 BC 64 2
Octal 0 7 10 144 15 0 141 274 144 2
Binary 0 111 1000 1100100 1101 0 1100001 10111100 1100100 10

Color Harmonies of #000708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000708

Black with #000708

Text Example


Text Example

White with #000708

Text Example


Text Example

HTML Codes & Css Web 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>