Shades of Black Pearl #010711
Tints of Black Pearl #010711
RGB
CMYK
RGB Variations
Color information
#010711 (or 0x010711) is known color: Black Pearl. HEX triplet: 01, 07 and 11. RGB value is (1,7,17). Sum of RGB (Red+Green+Blue) = 1+7+17=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #010711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010711 is #FEF8EE. Grayscale: #060606. Windows color (decimal): -16709871 or 1115905. OLE color: 1115905.
HSL color Cylindrical-coordinate representation of color #010711: hue angle of 217.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010711 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 7 | 17 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.93 |
| HSL | 217.5º | 0.89% | 0.04% | - |
| HSV(B) | 217.5º | 0.94% | 0.07% | - |
| XYZ | 0.19 | 0.2 | 0.56 | - |
| YUV | 6.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 17 | 0.94 | 0.59 | 0 | 0.93 | 217.5 | 0.89 | 0.04 |
| Hex | 1 | 7 | 11 | 5E | 3B | 0 | 5D | DA | 59 | 4 |
| Octal | 1 | 7 | 21 | 136 | 73 | 0 | 135 | 332 | 131 | 4 |
| Binary | 1 | 111 | 10001 | 1011110 | 111011 | 0 | 1011101 | 11011010 | 1011001 | 100 |
Color Harmonies of #010711
Complementary color
Monochromatic Colors of #010711
Black with #010711
Text Example
Text Example
White with #010711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010711; }
p { color: rgb(1,7,17); }
H1.HeaderClassName
{
color: #010711;
}
.AnyTagClassName
{
color: #010711;
}
</style>
background-color css
<style>
a { background-color: #010711; }
a { background-color: rgb(1,7,17); }
div.DivClassName
{
background-color: #010711;
}
.BgClassName
{
background-color: #010711;
}
</style>
border-color css
<style>
span { border-color: #010711; }
span { border-color: rgb(1,7,17); }
td.TdClassName
{
border-color: #010711;
}
.TagClassName
{
border-color: #010711;
}
</style>