Shades of Black Pearl #051317
Tints of Black Pearl #051317
RGB
CMYK
RGB Variations
Color information
#051317 (or 0x051317) is known color: Black Pearl. HEX triplet: 05, 13 and 17. RGB value is (5,19,23). Sum of RGB (Red+Green+Blue) = 5+19+23=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #051317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051317 is #FAECE8. Grayscale: #0F0F0F. Windows color (decimal): -16444649 or 1512197. OLE color: 1512197.
HSL color Cylindrical-coordinate representation of color #051317: hue angle of 193.33º 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 #051317 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 19 | 23 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.91 |
| HSL | 193.33º | 0.64% | 0.05% | - |
| HSV(B) | 193.33º | 0.78% | 0.09% | - |
| XYZ | 0.45 | 0.56 | 0.89 | - |
| YUV | 15.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 23 | 0.78 | 0.17 | 0 | 0.91 | 193.33 | 0.64 | 0.05 |
| Hex | 5 | 13 | 17 | 4E | 11 | 0 | 5B | C1 | 40 | 5 |
| Octal | 5 | 23 | 27 | 116 | 21 | 0 | 133 | 301 | 100 | 5 |
| Binary | 101 | 10011 | 10111 | 1001110 | 10001 | 0 | 1011011 | 11000001 | 1000000 | 101 |
Color Harmonies of #051317
Complementary color
Monochromatic Colors of #051317
Black with #051317
Text Example
Text Example
White with #051317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051317; }
p { color: rgb(5,19,23); }
H1.HeaderClassName
{
color: #051317;
}
.AnyTagClassName
{
color: #051317;
}
</style>
background-color css
<style>
a { background-color: #051317; }
a { background-color: rgb(5,19,23); }
div.DivClassName
{
background-color: #051317;
}
.BgClassName
{
background-color: #051317;
}
</style>
border-color css
<style>
span { border-color: #051317; }
span { border-color: rgb(5,19,23); }
td.TdClassName
{
border-color: #051317;
}
.TagClassName
{
border-color: #051317;
}
</style>