Shades of Black Pearl #051D28
Tints of Black Pearl #051D28
RGB
CMYK
RGB Variations
Color information
#051D28 (or 0x051D28) is known color: Black Pearl. HEX triplet: 05, 1D and 28. RGB value is (5,29,40). Sum of RGB (Red+Green+Blue) = 5+29+40=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #051D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D28 is #FAE2D7. Grayscale: #171717. Windows color (decimal): -16442072 or 2628869. OLE color: 2628869.
HSL color Cylindrical-coordinate representation of color #051D28: hue angle of 198.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051D28 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 29 | 40 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.84 |
| HSL | 198.86º | 0.78% | 0.09% | - |
| HSV(B) | 198.86º | 0.88% | 0.16% | - |
| XYZ | 0.88 | 1.06 | 2.17 | - |
| YUV | 23.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 40 | 0.88 | 0.28 | 0 | 0.84 | 198.86 | 0.78 | 0.09 |
| Hex | 5 | 1D | 28 | 58 | 1C | 0 | 54 | C7 | 4E | 9 |
| Octal | 5 | 35 | 50 | 130 | 34 | 0 | 124 | 307 | 116 | 11 |
| Binary | 101 | 11101 | 101000 | 1011000 | 11100 | 0 | 1010100 | 11000111 | 1001110 | 1001 |
Color Harmonies of #051D28
Complementary color
Monochromatic Colors of #051D28
Black with #051D28
Text Example
Text Example
White with #051D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D28; }
p { color: rgb(5,29,40); }
H1.HeaderClassName
{
color: #051D28;
}
.AnyTagClassName
{
color: #051D28;
}
</style>
background-color css
<style>
a { background-color: #051D28; }
a { background-color: rgb(5,29,40); }
div.DivClassName
{
background-color: #051D28;
}
.BgClassName
{
background-color: #051D28;
}
</style>
border-color css
<style>
span { border-color: #051D28; }
span { border-color: rgb(5,29,40); }
td.TdClassName
{
border-color: #051D28;
}
.TagClassName
{
border-color: #051D28;
}
</style>