Shades of Black Pearl #011517
Tints of Black Pearl #011517
RGB
CMYK
RGB Variations
Color information
#011517 (or 0x011517) is known color: Black Pearl. HEX triplet: 01, 15 and 17. RGB value is (1,21,23). Sum of RGB (Red+Green+Blue) = 1+21+23=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #011517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011517 is #FEEAE8. Grayscale: #0F0F0F. Windows color (decimal): -16706281 or 1512705. OLE color: 1512705.
HSL color Cylindrical-coordinate representation of color #011517: hue angle of 185.45º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011517 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 21 | 23 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.91 |
| HSL | 185.45º | 0.92% | 0.05% | - |
| HSV(B) | 185.45º | 0.96% | 0.09% | - |
| XYZ | 0.44 | 0.6 | 0.9 | - |
| YUV | 15.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 23 | 0.96 | 0.09 | 0 | 0.91 | 185.45 | 0.92 | 0.05 |
| Hex | 1 | 15 | 17 | 60 | 9 | 0 | 5B | B9 | 5C | 5 |
| Octal | 1 | 25 | 27 | 140 | 11 | 0 | 133 | 271 | 134 | 5 |
| Binary | 1 | 10101 | 10111 | 1100000 | 1001 | 0 | 1011011 | 10111001 | 1011100 | 101 |
Color Harmonies of #011517
Complementary color
Monochromatic Colors of #011517
Black with #011517
Text Example
Text Example
White with #011517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011517; }
p { color: rgb(1,21,23); }
H1.HeaderClassName
{
color: #011517;
}
.AnyTagClassName
{
color: #011517;
}
</style>
background-color css
<style>
a { background-color: #011517; }
a { background-color: rgb(1,21,23); }
div.DivClassName
{
background-color: #011517;
}
.BgClassName
{
background-color: #011517;
}
</style>
border-color css
<style>
span { border-color: #011517; }
span { border-color: rgb(1,21,23); }
td.TdClassName
{
border-color: #011517;
}
.TagClassName
{
border-color: #011517;
}
</style>