Shades of Black Pearl #052529
Tints of Black Pearl #052529
RGB
CMYK
RGB Variations
Color information
#052529 (or 0x052529) is known color: Black Pearl. HEX triplet: 05, 25 and 29. RGB value is (5,37,41). Sum of RGB (Red+Green+Blue) = 5+37+41=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #052529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052529 is #FADAD6. Grayscale: #1B1B1B. Windows color (decimal): -16440023 or 2696453. OLE color: 2696453.
HSL color Cylindrical-coordinate representation of color #052529: hue angle of 186.67º 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 #052529 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 37 | 41 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.84 |
| HSL | 186.67º | 0.78% | 0.09% | - |
| HSV(B) | 186.67º | 0.88% | 0.16% | - |
| XYZ | 1.12 | 1.52 | 2.33 | - |
| YUV | 27.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 41 | 0.88 | 0.10 | 0 | 0.84 | 186.67 | 0.78 | 0.09 |
| Hex | 5 | 25 | 29 | 58 | A | 0 | 54 | BB | 4E | 9 |
| Octal | 5 | 45 | 51 | 130 | 12 | 0 | 124 | 273 | 116 | 11 |
| Binary | 101 | 100101 | 101001 | 1011000 | 1010 | 0 | 1010100 | 10111011 | 1001110 | 1001 |
Color Harmonies of #052529
Complementary color
Monochromatic Colors of #052529
Black with #052529
Text Example
Text Example
White with #052529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052529; }
p { color: rgb(5,37,41); }
H1.HeaderClassName
{
color: #052529;
}
.AnyTagClassName
{
color: #052529;
}
</style>
background-color css
<style>
a { background-color: #052529; }
a { background-color: rgb(5,37,41); }
div.DivClassName
{
background-color: #052529;
}
.BgClassName
{
background-color: #052529;
}
</style>
border-color css
<style>
span { border-color: #052529; }
span { border-color: rgb(5,37,41); }
td.TdClassName
{
border-color: #052529;
}
.TagClassName
{
border-color: #052529;
}
</style>