Shades of Black Pearl #051519
Tints of Black Pearl #051519
RGB
CMYK
RGB Variations
Color information
#051519 (or 0x051519) is known color: Black Pearl. HEX triplet: 05, 15 and 19. RGB value is (5,21,25). Sum of RGB (Red+Green+Blue) = 5+21+25=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #051519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051519 is #FAEAE6. Grayscale: #101010. Windows color (decimal): -16444135 or 1643781. OLE color: 1643781.
HSL color Cylindrical-coordinate representation of color #051519: hue angle of 192º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051519 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 21 | 25 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.90 |
| HSL | 192º | 0.67% | 0.06% | - |
| HSV(B) | 192º | 0.8% | 0.1% | - |
| XYZ | 0.51 | 0.64 | 1.02 | - |
| YUV | 16.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 25 | 0.80 | 0.16 | 0 | 0.90 | 192 | 0.67 | 0.06 |
| Hex | 5 | 15 | 19 | 50 | 10 | 0 | 5A | C0 | 43 | 6 |
| Octal | 5 | 25 | 31 | 120 | 20 | 0 | 132 | 300 | 103 | 6 |
| Binary | 101 | 10101 | 11001 | 1010000 | 10000 | 0 | 1011010 | 11000000 | 1000011 | 110 |
Color Harmonies of #051519
Complementary color
Monochromatic Colors of #051519
Black with #051519
Text Example
Text Example
White with #051519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051519; }
p { color: rgb(5,21,25); }
H1.HeaderClassName
{
color: #051519;
}
.AnyTagClassName
{
color: #051519;
}
</style>
background-color css
<style>
a { background-color: #051519; }
a { background-color: rgb(5,21,25); }
div.DivClassName
{
background-color: #051519;
}
.BgClassName
{
background-color: #051519;
}
</style>
border-color css
<style>
span { border-color: #051519; }
span { border-color: rgb(5,21,25); }
td.TdClassName
{
border-color: #051519;
}
.TagClassName
{
border-color: #051519;
}
</style>