Shades of Black Pearl #051920
Tints of Black Pearl #051920
RGB
CMYK
RGB Variations
Color information
#051920 (or 0x051920) is known color: Black Pearl. HEX triplet: 05, 19 and 20. RGB value is (5,25,32). Sum of RGB (Red+Green+Blue) = 5+25+32=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #051920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051920 is #FAE6DF. Grayscale: #131313. Windows color (decimal): -16443104 or 2103557. OLE color: 2103557.
HSL color Cylindrical-coordinate representation of color #051920: hue angle of 195.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051920 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 25 | 32 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.87 |
| HSL | 195.56º | 0.73% | 0.07% | - |
| HSV(B) | 195.56º | 0.84% | 0.13% | - |
| XYZ | 0.67 | 0.83 | 1.49 | - |
| YUV | 19.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 32 | 0.84 | 0.22 | 0 | 0.87 | 195.56 | 0.73 | 0.07 |
| Hex | 5 | 19 | 20 | 54 | 16 | 0 | 57 | C4 | 49 | 7 |
| Octal | 5 | 31 | 40 | 124 | 26 | 0 | 127 | 304 | 111 | 7 |
| Binary | 101 | 11001 | 100000 | 1010100 | 10110 | 0 | 1010111 | 11000100 | 1001001 | 111 |
Color Harmonies of #051920
Complementary color
Monochromatic Colors of #051920
Black with #051920
Text Example
Text Example
White with #051920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051920; }
p { color: rgb(5,25,32); }
H1.HeaderClassName
{
color: #051920;
}
.AnyTagClassName
{
color: #051920;
}
</style>
background-color css
<style>
a { background-color: #051920; }
a { background-color: rgb(5,25,32); }
div.DivClassName
{
background-color: #051920;
}
.BgClassName
{
background-color: #051920;
}
</style>
border-color css
<style>
span { border-color: #051920; }
span { border-color: rgb(5,25,32); }
td.TdClassName
{
border-color: #051920;
}
.TagClassName
{
border-color: #051920;
}
</style>