Shades of Black Pearl #011116
Tints of Black Pearl #011116
RGB
CMYK
RGB Variations
Color information
#011116 (or 0x011116) is known color: Black Pearl. HEX triplet: 01, 11 and 16. RGB value is (1,17,22). Sum of RGB (Red+Green+Blue) = 1+17+22=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #011116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011116 is #FEEEE9. Grayscale: #0C0C0C. Windows color (decimal): -16707306 or 1446145. OLE color: 1446145.
HSL color Cylindrical-coordinate representation of color #011116: hue angle of 194.29º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011116 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 17 | 22 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.91 |
| HSL | 194.29º | 0.91% | 0.05% | - |
| HSV(B) | 194.29º | 0.95% | 0.09% | - |
| XYZ | 0.36 | 0.47 | 0.83 | - |
| YUV | 12.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 22 | 0.95 | 0.23 | 0 | 0.91 | 194.29 | 0.91 | 0.05 |
| Hex | 1 | 11 | 16 | 5F | 17 | 0 | 5B | C2 | 5B | 5 |
| Octal | 1 | 21 | 26 | 137 | 27 | 0 | 133 | 302 | 133 | 5 |
| Binary | 1 | 10001 | 10110 | 1011111 | 10111 | 0 | 1011011 | 11000010 | 1011011 | 101 |
Color Harmonies of #011116
Complementary color
Monochromatic Colors of #011116
Black with #011116
Text Example
Text Example
White with #011116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011116; }
p { color: rgb(1,17,22); }
H1.HeaderClassName
{
color: #011116;
}
.AnyTagClassName
{
color: #011116;
}
</style>
background-color css
<style>
a { background-color: #011116; }
a { background-color: rgb(1,17,22); }
div.DivClassName
{
background-color: #011116;
}
.BgClassName
{
background-color: #011116;
}
</style>
border-color css
<style>
span { border-color: #011116; }
span { border-color: rgb(1,17,22); }
td.TdClassName
{
border-color: #011116;
}
.TagClassName
{
border-color: #011116;
}
</style>