Shades of Black Pearl #051217
Tints of Black Pearl #051217
RGB
CMYK
RGB Variations
Color information
#051217 (or 0x051217) is known color: Black Pearl. HEX triplet: 05, 12 and 17. RGB value is (5,18,23). Sum of RGB (Red+Green+Blue) = 5+18+23=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #051217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051217 is #FAEDE8. Grayscale: #0E0E0E. Windows color (decimal): -16444905 or 1511941. OLE color: 1511941.
HSL color Cylindrical-coordinate representation of color #051217: hue angle of 196.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051217 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 18 | 23 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.91 |
| HSL | 196.67º | 0.64% | 0.05% | - |
| HSV(B) | 196.67º | 0.78% | 0.09% | - |
| XYZ | 0.43 | 0.53 | 0.89 | - |
| YUV | 14.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 23 | 0.78 | 0.22 | 0 | 0.91 | 196.67 | 0.64 | 0.05 |
| Hex | 5 | 12 | 17 | 4E | 16 | 0 | 5B | C5 | 40 | 5 |
| Octal | 5 | 22 | 27 | 116 | 26 | 0 | 133 | 305 | 100 | 5 |
| Binary | 101 | 10010 | 10111 | 1001110 | 10110 | 0 | 1011011 | 11000101 | 1000000 | 101 |
Color Harmonies of #051217
Complementary color
Monochromatic Colors of #051217
Black with #051217
Text Example
Text Example
White with #051217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051217; }
p { color: rgb(5,18,23); }
H1.HeaderClassName
{
color: #051217;
}
.AnyTagClassName
{
color: #051217;
}
</style>
background-color css
<style>
a { background-color: #051217; }
a { background-color: rgb(5,18,23); }
div.DivClassName
{
background-color: #051217;
}
.BgClassName
{
background-color: #051217;
}
</style>
border-color css
<style>
span { border-color: #051217; }
span { border-color: rgb(5,18,23); }
td.TdClassName
{
border-color: #051217;
}
.TagClassName
{
border-color: #051217;
}
</style>