Shades of Black Pearl #052632
Tints of Black Pearl #052632
RGB
CMYK
RGB Variations
Color information
#052632 (or 0x052632) is known color: Black Pearl. HEX triplet: 05, 26 and 32. RGB value is (5,38,50). Sum of RGB (Red+Green+Blue) = 5+38+50=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #052632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052632 is #FAD9CD. Grayscale: #1D1D1D. Windows color (decimal): -16439758 or 3286533. OLE color: 3286533.
HSL color Cylindrical-coordinate representation of color #052632: hue angle of 196º 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 #052632 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 38 | 50 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.80 |
| HSL | 196º | 0.82% | 0.11% | - |
| HSV(B) | 196º | 0.9% | 0.2% | - |
| XYZ | 1.33 | 1.65 | 3.27 | - |
| YUV | 29.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 50 | 0.90 | 0.24 | 0 | 0.80 | 196 | 0.82 | 0.11 |
| Hex | 5 | 26 | 32 | 5A | 18 | 0 | 50 | C4 | 52 | B |
| Octal | 5 | 46 | 62 | 132 | 30 | 0 | 120 | 304 | 122 | 13 |
| Binary | 101 | 100110 | 110010 | 1011010 | 11000 | 0 | 1010000 | 11000100 | 1010010 | 1011 |
Color Harmonies of #052632
Complementary color
Monochromatic Colors of #052632
Black with #052632
Text Example
Text Example
White with #052632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052632; }
p { color: rgb(5,38,50); }
H1.HeaderClassName
{
color: #052632;
}
.AnyTagClassName
{
color: #052632;
}
</style>
background-color css
<style>
a { background-color: #052632; }
a { background-color: rgb(5,38,50); }
div.DivClassName
{
background-color: #052632;
}
.BgClassName
{
background-color: #052632;
}
</style>
border-color css
<style>
span { border-color: #052632; }
span { border-color: rgb(5,38,50); }
td.TdClassName
{
border-color: #052632;
}
.TagClassName
{
border-color: #052632;
}
</style>