Shades of Black Pearl #051219
Tints of Black Pearl #051219
RGB
CMYK
RGB Variations
Color information
#051219 (or 0x051219) is known color: Black Pearl. HEX triplet: 05, 12 and 19. RGB value is (5,18,25). Sum of RGB (Red+Green+Blue) = 5+18+25=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #051219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051219 is #FAEDE6. Grayscale: #0E0E0E. Windows color (decimal): -16444903 or 1643013. OLE color: 1643013.
HSL color Cylindrical-coordinate representation of color #051219: hue angle of 201º 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 #051219 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 18 | 25 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.90 |
| HSL | 201º | 0.67% | 0.06% | - |
| HSV(B) | 201º | 0.8% | 0.1% | - |
| XYZ | 0.45 | 0.54 | 1 | - |
| YUV | 14.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 25 | 0.80 | 0.28 | 0 | 0.90 | 201 | 0.67 | 0.06 |
| Hex | 5 | 12 | 19 | 50 | 1C | 0 | 5A | C9 | 43 | 6 |
| Octal | 5 | 22 | 31 | 120 | 34 | 0 | 132 | 311 | 103 | 6 |
| Binary | 101 | 10010 | 11001 | 1010000 | 11100 | 0 | 1011010 | 11001001 | 1000011 | 110 |
Color Harmonies of #051219
Complementary color
Monochromatic Colors of #051219
Black with #051219
Text Example
Text Example
White with #051219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051219; }
p { color: rgb(5,18,25); }
H1.HeaderClassName
{
color: #051219;
}
.AnyTagClassName
{
color: #051219;
}
</style>
background-color css
<style>
a { background-color: #051219; }
a { background-color: rgb(5,18,25); }
div.DivClassName
{
background-color: #051219;
}
.BgClassName
{
background-color: #051219;
}
</style>
border-color css
<style>
span { border-color: #051219; }
span { border-color: rgb(5,18,25); }
td.TdClassName
{
border-color: #051219;
}
.TagClassName
{
border-color: #051219;
}
</style>