Shades of Black Pearl #052428
Tints of Black Pearl #052428
RGB
CMYK
RGB Variations
Color information
#052428 (or 0x052428) is known color: Black Pearl. HEX triplet: 05, 24 and 28. RGB value is (5,36,40). Sum of RGB (Red+Green+Blue) = 5+36+40=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #052428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052428 is #FADBD7. Grayscale: #1B1B1B. Windows color (decimal): -16440280 or 2630661. OLE color: 2630661.
HSL color Cylindrical-coordinate representation of color #052428: hue angle of 186.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 #052428 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 36 | 40 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.84 |
| HSL | 186.86º | 0.78% | 0.09% | - |
| HSV(B) | 186.86º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 1.45 | 2.23 | - |
| YUV | 27.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 40 | 0.88 | 0.10 | 0 | 0.84 | 186.86 | 0.78 | 0.09 |
| Hex | 5 | 24 | 28 | 58 | A | 0 | 54 | BB | 4E | 9 |
| Octal | 5 | 44 | 50 | 130 | 12 | 0 | 124 | 273 | 116 | 11 |
| Binary | 101 | 100100 | 101000 | 1011000 | 1010 | 0 | 1010100 | 10111011 | 1001110 | 1001 |
Color Harmonies of #052428
Complementary color
Monochromatic Colors of #052428
Black with #052428
Text Example
Text Example
White with #052428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052428; }
p { color: rgb(5,36,40); }
H1.HeaderClassName
{
color: #052428;
}
.AnyTagClassName
{
color: #052428;
}
</style>
background-color css
<style>
a { background-color: #052428; }
a { background-color: rgb(5,36,40); }
div.DivClassName
{
background-color: #052428;
}
.BgClassName
{
background-color: #052428;
}
</style>
border-color css
<style>
span { border-color: #052428; }
span { border-color: rgb(5,36,40); }
td.TdClassName
{
border-color: #052428;
}
.TagClassName
{
border-color: #052428;
}
</style>