Shades of Black Pearl #011417
Tints of Black Pearl #011417
RGB
CMYK
RGB Variations
Color information
#011417 (or 0x011417) is known color: Black Pearl. HEX triplet: 01, 14 and 17. RGB value is (1,20,23). Sum of RGB (Red+Green+Blue) = 1+20+23=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #011417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011417 is #FEEBE8. Grayscale: #0E0E0E. Windows color (decimal): -16706537 or 1512449. OLE color: 1512449.
HSL color Cylindrical-coordinate representation of color #011417: hue angle of 188.18º 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 #011417 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 20 | 23 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.91 |
| HSL | 188.18º | 0.92% | 0.05% | - |
| HSV(B) | 188.18º | 0.96% | 0.09% | - |
| XYZ | 0.42 | 0.57 | 0.9 | - |
| YUV | 14.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 23 | 0.96 | 0.13 | 0 | 0.91 | 188.18 | 0.92 | 0.05 |
| Hex | 1 | 14 | 17 | 60 | D | 0 | 5B | BC | 5C | 5 |
| Octal | 1 | 24 | 27 | 140 | 15 | 0 | 133 | 274 | 134 | 5 |
| Binary | 1 | 10100 | 10111 | 1100000 | 1101 | 0 | 1011011 | 10111100 | 1011100 | 101 |
Color Harmonies of #011417
Complementary color
Monochromatic Colors of #011417
Black with #011417
Text Example
Text Example
White with #011417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011417; }
p { color: rgb(1,20,23); }
H1.HeaderClassName
{
color: #011417;
}
.AnyTagClassName
{
color: #011417;
}
</style>
background-color css
<style>
a { background-color: #011417; }
a { background-color: rgb(1,20,23); }
div.DivClassName
{
background-color: #011417;
}
.BgClassName
{
background-color: #011417;
}
</style>
border-color css
<style>
span { border-color: #011417; }
span { border-color: rgb(1,20,23); }
td.TdClassName
{
border-color: #011417;
}
.TagClassName
{
border-color: #011417;
}
</style>