Shades of Black Pearl #051A20
Tints of Black Pearl #051A20
RGB
CMYK
RGB Variations
Color information
#051A20 (or 0x051A20) is known color: Black Pearl. HEX triplet: 05, 1A and 20. RGB value is (5,26,32). Sum of RGB (Red+Green+Blue) = 5+26+32=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #051A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A20 is #FAE5DF. Grayscale: #141414. Windows color (decimal): -16442848 or 2103813. OLE color: 2103813.
HSL color Cylindrical-coordinate representation of color #051A20: hue angle of 193.33º 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 #051A20 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 26 | 32 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.87 |
| HSL | 193.33º | 0.73% | 0.07% | - |
| HSV(B) | 193.33º | 0.84% | 0.13% | - |
| XYZ | 0.69 | 0.88 | 1.5 | - |
| YUV | 20.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 32 | 0.84 | 0.19 | 0 | 0.87 | 193.33 | 0.73 | 0.07 |
| Hex | 5 | 1A | 20 | 54 | 13 | 0 | 57 | C1 | 49 | 7 |
| Octal | 5 | 32 | 40 | 124 | 23 | 0 | 127 | 301 | 111 | 7 |
| Binary | 101 | 11010 | 100000 | 1010100 | 10011 | 0 | 1010111 | 11000001 | 1001001 | 111 |
Color Harmonies of #051A20
Complementary color
Monochromatic Colors of #051A20
Black with #051A20
Text Example
Text Example
White with #051A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A20; }
p { color: rgb(5,26,32); }
H1.HeaderClassName
{
color: #051A20;
}
.AnyTagClassName
{
color: #051A20;
}
</style>
background-color css
<style>
a { background-color: #051A20; }
a { background-color: rgb(5,26,32); }
div.DivClassName
{
background-color: #051A20;
}
.BgClassName
{
background-color: #051A20;
}
</style>
border-color css
<style>
span { border-color: #051A20; }
span { border-color: rgb(5,26,32); }
td.TdClassName
{
border-color: #051A20;
}
.TagClassName
{
border-color: #051A20;
}
</style>