Shades of Black Pearl #051619
Tints of Black Pearl #051619
RGB
CMYK
RGB Variations
Color information
#051619 (or 0x051619) is known color: Black Pearl. HEX triplet: 05, 16 and 19. RGB value is (5,22,25). Sum of RGB (Red+Green+Blue) = 5+22+25=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #051619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051619 is #FAE9E6. Grayscale: #111111. Windows color (decimal): -16443879 or 1644037. OLE color: 1644037.
HSL color Cylindrical-coordinate representation of color #051619: hue angle of 189º 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 #051619 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 22 | 25 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.90 |
| HSL | 189º | 0.67% | 0.06% | - |
| HSV(B) | 189º | 0.8% | 0.1% | - |
| XYZ | 0.52 | 0.68 | 1.02 | - |
| YUV | 17.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 25 | 0.80 | 0.12 | 0 | 0.90 | 189 | 0.67 | 0.06 |
| Hex | 5 | 16 | 19 | 50 | C | 0 | 5A | BD | 43 | 6 |
| Octal | 5 | 26 | 31 | 120 | 14 | 0 | 132 | 275 | 103 | 6 |
| Binary | 101 | 10110 | 11001 | 1010000 | 1100 | 0 | 1011010 | 10111101 | 1000011 | 110 |
Color Harmonies of #051619
Complementary color
Monochromatic Colors of #051619
Black with #051619
Text Example
Text Example
White with #051619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051619; }
p { color: rgb(5,22,25); }
H1.HeaderClassName
{
color: #051619;
}
.AnyTagClassName
{
color: #051619;
}
</style>
background-color css
<style>
a { background-color: #051619; }
a { background-color: rgb(5,22,25); }
div.DivClassName
{
background-color: #051619;
}
.BgClassName
{
background-color: #051619;
}
</style>
border-color css
<style>
span { border-color: #051619; }
span { border-color: rgb(5,22,25); }
td.TdClassName
{
border-color: #051619;
}
.TagClassName
{
border-color: #051619;
}
</style>