Shades of Black Pearl #010708
Tints of Black Pearl #010708
RGB
CMYK
RGB Variations
Color information
#010708 (or 0x010708) is known color: 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
| RGB | 1 | 7 | 8 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.97 |
| HSL | 188.57º | 0.78% | 0.02% | - |
| HSV(B) | 188.57º | 0.88% | 0.03% | - |
| XYZ | 0.13 | 0.18 | 0.26 | - |
| YUV | 5.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 8 | 0.88 | 0.13 | 0 | 0.97 | 188.57 | 0.78 | 0.02 |
| Hex | 1 | 7 | 8 | 58 | D | 0 | 61 | BD | 4E | 2 |
| Octal | 1 | 7 | 10 | 130 | 15 | 0 | 141 | 275 | 116 | 2 |
| Binary | 1 | 111 | 1000 | 1011000 | 1101 | 0 | 1100001 | 10111101 | 1001110 | 10 |
Color Harmonies of #010708
Complementary color
Monochromatic Colors of #010708
Black with #010708
Text Example
Text Example
White with #010708
Text Example
Text Example
HTML Codes & Css Web 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>