#010708

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

Shades of Black Pearl #010708

Tints of Black Pearl #010708

Color information

#010708 (or 0x010708) is unknown color: approx Black Pearl. HEX triplet: 01, 07 and 08. RGB value is (1,7,8). Sum of RGB (Red+Green+Blue) = 1+7+8=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 7 (3.12% from 255 or 43.75% 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 #010708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010708 is #FEF8F7. Grayscale: #050505. Windows color (decimal): -16709880 or 526081. OLE color: 526081.

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

Color convert

RGB178-
CMYK0.880.1300.97
HSL188.57º77.78%1.76%-
HSV(B)188.57º87.5%3.14%-
XYZ0.130.180.26-
YUV5.32129.51124.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.25%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 8 (3.52% from 255) = 50%
R=6.25%
G=43.75%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1780.880.1300.97188.5777.781.76
Hex17858D061bd4e2
Octal17101301501412751162
Binary11111000101100011010110000110111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010708; }

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

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

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

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

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

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

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

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