Shades of Black Pearl #052832
Tints of Black Pearl #052832
RGB
CMYK
RGB Variations
Color information
#052832 (or 0x052832) is known color: Black Pearl. HEX triplet: 05, 28 and 32. RGB value is (5,40,50). Sum of RGB (Red+Green+Blue) = 5+40+50=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #052832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052832 is #FAD7CD. Grayscale: #1E1E1E. Windows color (decimal): -16439246 or 3287045. OLE color: 3287045.
HSL color Cylindrical-coordinate representation of color #052832: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052832 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 40 | 50 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.80 |
| HSL | 193.33º | 0.82% | 0.11% | - |
| HSV(B) | 193.33º | 0.9% | 0.2% | - |
| XYZ | 1.4 | 1.78 | 3.29 | - |
| YUV | 30.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 50 | 0.90 | 0.20 | 0 | 0.80 | 193.33 | 0.82 | 0.11 |
| Hex | 5 | 28 | 32 | 5A | 14 | 0 | 50 | C1 | 52 | B |
| Octal | 5 | 50 | 62 | 132 | 24 | 0 | 120 | 301 | 122 | 13 |
| Binary | 101 | 101000 | 110010 | 1011010 | 10100 | 0 | 1010000 | 11000001 | 1010010 | 1011 |
Color Harmonies of #052832
Complementary color
Monochromatic Colors of #052832
Black with #052832
Text Example
Text Example
White with #052832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052832; }
p { color: rgb(5,40,50); }
H1.HeaderClassName
{
color: #052832;
}
.AnyTagClassName
{
color: #052832;
}
</style>
background-color css
<style>
a { background-color: #052832; }
a { background-color: rgb(5,40,50); }
div.DivClassName
{
background-color: #052832;
}
.BgClassName
{
background-color: #052832;
}
</style>
border-color css
<style>
span { border-color: #052832; }
span { border-color: rgb(5,40,50); }
td.TdClassName
{
border-color: #052832;
}
.TagClassName
{
border-color: #052832;
}
</style>