Shades of Black Pearl #051D21
Tints of Black Pearl #051D21
RGB
CMYK
RGB Variations
Color information
#051D21 (or 0x051D21) is known color: Black Pearl. HEX triplet: 05, 1D and 21. RGB value is (5,29,33). Sum of RGB (Red+Green+Blue) = 5+29+33=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #051D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D21 is #FAE2DE. Grayscale: #161616. Windows color (decimal): -16442079 or 2170117. OLE color: 2170117.
HSL color Cylindrical-coordinate representation of color #051D21: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051D21 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 29 | 33 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.87 |
| HSL | 188.57º | 0.74% | 0.07% | - |
| HSV(B) | 188.57º | 0.85% | 0.13% | - |
| XYZ | 0.78 | 1.02 | 1.59 | - |
| YUV | 22.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 33 | 0.85 | 0.12 | 0 | 0.87 | 188.57 | 0.74 | 0.07 |
| Hex | 5 | 1D | 21 | 55 | C | 0 | 57 | BD | 4A | 7 |
| Octal | 5 | 35 | 41 | 125 | 14 | 0 | 127 | 275 | 112 | 7 |
| Binary | 101 | 11101 | 100001 | 1010101 | 1100 | 0 | 1010111 | 10111101 | 1001010 | 111 |
Color Harmonies of #051D21
Complementary color
Monochromatic Colors of #051D21
Black with #051D21
Text Example
Text Example
White with #051D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D21; }
p { color: rgb(5,29,33); }
H1.HeaderClassName
{
color: #051D21;
}
.AnyTagClassName
{
color: #051D21;
}
</style>
background-color css
<style>
a { background-color: #051D21; }
a { background-color: rgb(5,29,33); }
div.DivClassName
{
background-color: #051D21;
}
.BgClassName
{
background-color: #051D21;
}
</style>
border-color css
<style>
span { border-color: #051D21; }
span { border-color: rgb(5,29,33); }
td.TdClassName
{
border-color: #051D21;
}
.TagClassName
{
border-color: #051D21;
}
</style>