Shades of Black Pearl #051B20
Tints of Black Pearl #051B20
RGB
CMYK
RGB Variations
Color information
#051B20 (or 0x051B20) is known color: Black Pearl. HEX triplet: 05, 1B and 20. RGB value is (5,27,32). Sum of RGB (Red+Green+Blue) = 5+27+32=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #051B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B20 is #FAE4DF. Grayscale: #141414. Windows color (decimal): -16442592 or 2104069. OLE color: 2104069.
HSL color Cylindrical-coordinate representation of color #051B20: hue angle of 191.11º 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 #051B20 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 27 | 32 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.87 |
| HSL | 191.11º | 0.73% | 0.07% | - |
| HSV(B) | 191.11º | 0.84% | 0.13% | - |
| XYZ | 0.72 | 0.92 | 1.51 | - |
| YUV | 20.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 32 | 0.84 | 0.16 | 0 | 0.87 | 191.11 | 0.73 | 0.07 |
| Hex | 5 | 1B | 20 | 54 | 10 | 0 | 57 | BF | 49 | 7 |
| Octal | 5 | 33 | 40 | 124 | 20 | 0 | 127 | 277 | 111 | 7 |
| Binary | 101 | 11011 | 100000 | 1010100 | 10000 | 0 | 1010111 | 10111111 | 1001001 | 111 |
Color Harmonies of #051B20
Complementary color
Monochromatic Colors of #051B20
Black with #051B20
Text Example
Text Example
White with #051B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B20; }
p { color: rgb(5,27,32); }
H1.HeaderClassName
{
color: #051B20;
}
.AnyTagClassName
{
color: #051B20;
}
</style>
background-color css
<style>
a { background-color: #051B20; }
a { background-color: rgb(5,27,32); }
div.DivClassName
{
background-color: #051B20;
}
.BgClassName
{
background-color: #051B20;
}
</style>
border-color css
<style>
span { border-color: #051B20; }
span { border-color: rgb(5,27,32); }
td.TdClassName
{
border-color: #051B20;
}
.TagClassName
{
border-color: #051B20;
}
</style>