Shades of Black Pearl #032332
Tints of Black Pearl #032332
RGB
CMYK
RGB Variations
Color information
#032332 (or 0x032332) is known color: Black Pearl. HEX triplet: 03, 23 and 32. RGB value is (3,35,50). Sum of RGB (Red+Green+Blue) = 3+35+50=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #032332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032332 is #FCDCCD. Grayscale: #1B1B1B. Windows color (decimal): -16571598 or 3285763. OLE color: 3285763.
HSL color Cylindrical-coordinate representation of color #032332: hue angle of 199.15º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032332 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 35 | 50 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.80 |
| HSL | 199.15º | 0.89% | 0.1% | - |
| HSV(B) | 199.15º | 0.94% | 0.2% | - |
| XYZ | 1.21 | 1.45 | 3.23 | - |
| YUV | 27.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 50 | 0.94 | 0.30 | 0 | 0.80 | 199.15 | 0.89 | 0.1 |
| Hex | 3 | 23 | 32 | 5E | 1E | 0 | 50 | C7 | 59 | A |
| Octal | 3 | 43 | 62 | 136 | 36 | 0 | 120 | 307 | 131 | 12 |
| Binary | 11 | 100011 | 110010 | 1011110 | 11110 | 0 | 1010000 | 11000111 | 1011001 | 1010 |
Color Harmonies of #032332
Complementary color
Monochromatic Colors of #032332
Black with #032332
Text Example
Text Example
White with #032332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032332; }
p { color: rgb(3,35,50); }
H1.HeaderClassName
{
color: #032332;
}
.AnyTagClassName
{
color: #032332;
}
</style>
background-color css
<style>
a { background-color: #032332; }
a { background-color: rgb(3,35,50); }
div.DivClassName
{
background-color: #032332;
}
.BgClassName
{
background-color: #032332;
}
</style>
border-color css
<style>
span { border-color: #032332; }
span { border-color: rgb(3,35,50); }
td.TdClassName
{
border-color: #032332;
}
.TagClassName
{
border-color: #032332;
}
</style>