Shades of Black Pearl #032632
Tints of Black Pearl #032632
RGB
CMYK
RGB Variations
Color information
#032632 (or 0x032632) is known color: Black Pearl. HEX triplet: 03, 26 and 32. RGB value is (3,38,50). Sum of RGB (Red+Green+Blue) = 3+38+50=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #032632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032632 is #FCD9CD. Grayscale: #1C1C1C. Windows color (decimal): -16570830 or 3286531. OLE color: 3286531.
HSL color Cylindrical-coordinate representation of color #032632: hue angle of 195.32º 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 #032632 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 38 | 50 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.80 |
| HSL | 195.32º | 0.89% | 0.1% | - |
| HSV(B) | 195.32º | 0.94% | 0.2% | - |
| XYZ | 1.31 | 1.64 | 3.26 | - |
| YUV | 28.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 50 | 0.94 | 0.24 | 0 | 0.80 | 195.32 | 0.89 | 0.1 |
| Hex | 3 | 26 | 32 | 5E | 18 | 0 | 50 | C3 | 59 | A |
| Octal | 3 | 46 | 62 | 136 | 30 | 0 | 120 | 303 | 131 | 12 |
| Binary | 11 | 100110 | 110010 | 1011110 | 11000 | 0 | 1010000 | 11000011 | 1011001 | 1010 |
Color Harmonies of #032632
Complementary color
Monochromatic Colors of #032632
Black with #032632
Text Example
Text Example
White with #032632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032632; }
p { color: rgb(3,38,50); }
H1.HeaderClassName
{
color: #032632;
}
.AnyTagClassName
{
color: #032632;
}
</style>
background-color css
<style>
a { background-color: #032632; }
a { background-color: rgb(3,38,50); }
div.DivClassName
{
background-color: #032632;
}
.BgClassName
{
background-color: #032632;
}
</style>
border-color css
<style>
span { border-color: #032632; }
span { border-color: rgb(3,38,50); }
td.TdClassName
{
border-color: #032632;
}
.TagClassName
{
border-color: #032632;
}
</style>