Shades of Black Pearl #052A32
Tints of Black Pearl #052A32
RGB
CMYK
RGB Variations
Color information
#052A32 (or 0x052A32) is known color: Black Pearl. HEX triplet: 05, 2A and 32. RGB value is (5,42,50). Sum of RGB (Red+Green+Blue) = 5+42+50=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #052A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A32 is #FAD5CD. Grayscale: #1F1F1F. Windows color (decimal): -16438734 or 3287557. OLE color: 3287557.
HSL color Cylindrical-coordinate representation of color #052A32: hue angle of 190.67º 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 #052A32 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 42 | 50 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.80 |
| HSL | 190.67º | 0.82% | 0.11% | - |
| HSV(B) | 190.67º | 0.9% | 0.2% | - |
| XYZ | 1.47 | 1.92 | 3.31 | - |
| YUV | 31.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 50 | 0.90 | 0.16 | 0 | 0.80 | 190.67 | 0.82 | 0.11 |
| Hex | 5 | 2A | 32 | 5A | 10 | 0 | 50 | BF | 52 | B |
| Octal | 5 | 52 | 62 | 132 | 20 | 0 | 120 | 277 | 122 | 13 |
| Binary | 101 | 101010 | 110010 | 1011010 | 10000 | 0 | 1010000 | 10111111 | 1010010 | 1011 |
Color Harmonies of #052A32
Complementary color
Monochromatic Colors of #052A32
Black with #052A32
Text Example
Text Example
White with #052A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A32; }
p { color: rgb(5,42,50); }
H1.HeaderClassName
{
color: #052A32;
}
.AnyTagClassName
{
color: #052A32;
}
</style>
background-color css
<style>
a { background-color: #052A32; }
a { background-color: rgb(5,42,50); }
div.DivClassName
{
background-color: #052A32;
}
.BgClassName
{
background-color: #052A32;
}
</style>
border-color css
<style>
span { border-color: #052A32; }
span { border-color: rgb(5,42,50); }
td.TdClassName
{
border-color: #052A32;
}
.TagClassName
{
border-color: #052A32;
}
</style>