Shades of Black Pearl #051419
Tints of Black Pearl #051419
RGB
CMYK
RGB Variations
Color information
#051419 (or 0x051419) is known color: Black Pearl. HEX triplet: 05, 14 and 19. RGB value is (5,20,25). Sum of RGB (Red+Green+Blue) = 5+20+25=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #051419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051419 is #FAEBE6. Grayscale: #101010. Windows color (decimal): -16444391 or 1643525. OLE color: 1643525.
HSL color Cylindrical-coordinate representation of color #051419: hue angle of 195º 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 #051419 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 20 | 25 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.90 |
| HSL | 195º | 0.67% | 0.06% | - |
| HSV(B) | 195º | 0.8% | 0.1% | - |
| XYZ | 0.49 | 0.6 | 1.01 | - |
| YUV | 16.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 25 | 0.80 | 0.20 | 0 | 0.90 | 195 | 0.67 | 0.06 |
| Hex | 5 | 14 | 19 | 50 | 14 | 0 | 5A | C3 | 43 | 6 |
| Octal | 5 | 24 | 31 | 120 | 24 | 0 | 132 | 303 | 103 | 6 |
| Binary | 101 | 10100 | 11001 | 1010000 | 10100 | 0 | 1011010 | 11000011 | 1000011 | 110 |
Color Harmonies of #051419
Complementary color
Monochromatic Colors of #051419
Black with #051419
Text Example
Text Example
White with #051419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051419; }
p { color: rgb(5,20,25); }
H1.HeaderClassName
{
color: #051419;
}
.AnyTagClassName
{
color: #051419;
}
</style>
background-color css
<style>
a { background-color: #051419; }
a { background-color: rgb(5,20,25); }
div.DivClassName
{
background-color: #051419;
}
.BgClassName
{
background-color: #051419;
}
</style>
border-color css
<style>
span { border-color: #051419; }
span { border-color: rgb(5,20,25); }
td.TdClassName
{
border-color: #051419;
}
.TagClassName
{
border-color: #051419;
}
</style>