Shades of Black Pearl #032432
Tints of Black Pearl #032432
RGB
CMYK
RGB Variations
Color information
#032432 (or 0x032432) is known color: Black Pearl. HEX triplet: 03, 24 and 32. RGB value is (3,36,50). Sum of RGB (Red+Green+Blue) = 3+36+50=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #032432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032432 is #FCDBCD. Grayscale: #1B1B1B. Windows color (decimal): -16571342 or 3286019. OLE color: 3286019.
HSL color Cylindrical-coordinate representation of color #032432: hue angle of 197.87º 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 #032432 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 36 | 50 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.80 |
| HSL | 197.87º | 0.89% | 0.1% | - |
| HSV(B) | 197.87º | 0.94% | 0.2% | - |
| XYZ | 1.24 | 1.51 | 3.24 | - |
| YUV | 27.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 50 | 0.94 | 0.28 | 0 | 0.80 | 197.87 | 0.89 | 0.1 |
| Hex | 3 | 24 | 32 | 5E | 1C | 0 | 50 | C6 | 59 | A |
| Octal | 3 | 44 | 62 | 136 | 34 | 0 | 120 | 306 | 131 | 12 |
| Binary | 11 | 100100 | 110010 | 1011110 | 11100 | 0 | 1010000 | 11000110 | 1011001 | 1010 |
Color Harmonies of #032432
Complementary color
Monochromatic Colors of #032432
Black with #032432
Text Example
Text Example
White with #032432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032432; }
p { color: rgb(3,36,50); }
H1.HeaderClassName
{
color: #032432;
}
.AnyTagClassName
{
color: #032432;
}
</style>
background-color css
<style>
a { background-color: #032432; }
a { background-color: rgb(3,36,50); }
div.DivClassName
{
background-color: #032432;
}
.BgClassName
{
background-color: #032432;
}
</style>
border-color css
<style>
span { border-color: #032432; }
span { border-color: rgb(3,36,50); }
td.TdClassName
{
border-color: #032432;
}
.TagClassName
{
border-color: #032432;
}
</style>