Shades of Black Pearl #051C20
Tints of Black Pearl #051C20
RGB
CMYK
RGB Variations
Color information
#051C20 (or 0x051C20) is known color: Black Pearl. HEX triplet: 05, 1C and 20. RGB value is (5,28,32). Sum of RGB (Red+Green+Blue) = 5+28+32=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #051C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C20 is #FAE3DF. Grayscale: #151515. Windows color (decimal): -16442336 or 2104325. OLE color: 2104325.
HSL color Cylindrical-coordinate representation of color #051C20: hue angle of 188.89º 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 #051C20 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 28 | 32 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.87 |
| HSL | 188.89º | 0.73% | 0.07% | - |
| HSV(B) | 188.89º | 0.84% | 0.13% | - |
| XYZ | 0.74 | 0.97 | 1.51 | - |
| YUV | 21.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 32 | 0.84 | 0.12 | 0 | 0.87 | 188.89 | 0.73 | 0.07 |
| Hex | 5 | 1C | 20 | 54 | C | 0 | 57 | BD | 49 | 7 |
| Octal | 5 | 34 | 40 | 124 | 14 | 0 | 127 | 275 | 111 | 7 |
| Binary | 101 | 11100 | 100000 | 1010100 | 1100 | 0 | 1010111 | 10111101 | 1001001 | 111 |
Color Harmonies of #051C20
Complementary color
Monochromatic Colors of #051C20
Black with #051C20
Text Example
Text Example
White with #051C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C20; }
p { color: rgb(5,28,32); }
H1.HeaderClassName
{
color: #051C20;
}
.AnyTagClassName
{
color: #051C20;
}
</style>
background-color css
<style>
a { background-color: #051C20; }
a { background-color: rgb(5,28,32); }
div.DivClassName
{
background-color: #051C20;
}
.BgClassName
{
background-color: #051C20;
}
</style>
border-color css
<style>
span { border-color: #051C20; }
span { border-color: rgb(5,28,32); }
td.TdClassName
{
border-color: #051C20;
}
.TagClassName
{
border-color: #051C20;
}
</style>