Shades of Black Pearl #052528
Tints of Black Pearl #052528
RGB
CMYK
RGB Variations
Color information
#052528 (or 0x052528) is known color: Black Pearl. HEX triplet: 05, 25 and 28. RGB value is (5,37,40). Sum of RGB (Red+Green+Blue) = 5+37+40=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #052528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052528 is #FADAD7. Grayscale: #1B1B1B. Windows color (decimal): -16440024 or 2630917. OLE color: 2630917.
HSL color Cylindrical-coordinate representation of color #052528: hue angle of 185.14º 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 #052528 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 37 | 40 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.84 |
| HSL | 185.14º | 0.78% | 0.09% | - |
| HSV(B) | 185.14º | 0.88% | 0.16% | - |
| XYZ | 1.11 | 1.51 | 2.24 | - |
| YUV | 27.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 40 | 0.88 | 0.07 | 0 | 0.84 | 185.14 | 0.78 | 0.09 |
| Hex | 5 | 25 | 28 | 58 | 7 | 0 | 54 | B9 | 4E | 9 |
| Octal | 5 | 45 | 50 | 130 | 7 | 0 | 124 | 271 | 116 | 11 |
| Binary | 101 | 100101 | 101000 | 1011000 | 111 | 0 | 1010100 | 10111001 | 1001110 | 1001 |
Color Harmonies of #052528
Complementary color
Monochromatic Colors of #052528
Black with #052528
Text Example
Text Example
White with #052528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052528; }
p { color: rgb(5,37,40); }
H1.HeaderClassName
{
color: #052528;
}
.AnyTagClassName
{
color: #052528;
}
</style>
background-color css
<style>
a { background-color: #052528; }
a { background-color: rgb(5,37,40); }
div.DivClassName
{
background-color: #052528;
}
.BgClassName
{
background-color: #052528;
}
</style>
border-color css
<style>
span { border-color: #052528; }
span { border-color: rgb(5,37,40); }
td.TdClassName
{
border-color: #052528;
}
.TagClassName
{
border-color: #052528;
}
</style>