Shades of Black Pearl #032833
Tints of Black Pearl #032833
RGB
CMYK
RGB Variations
Color information
#032833 (or 0x032833) is known color: Black Pearl. HEX triplet: 03, 28 and 33. RGB value is (3,40,51). Sum of RGB (Red+Green+Blue) = 3+40+51=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #032833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032833 is #FCD7CC. Grayscale: #1E1E1E. Windows color (decimal): -16570317 or 3352579. OLE color: 3352579.
HSL color Cylindrical-coordinate representation of color #032833: hue angle of 193.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032833 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 40 | 51 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.8 |
| HSL | 193.75º | 0.89% | 0.11% | - |
| HSV(B) | 193.75º | 0.94% | 0.2% | - |
| XYZ | 1.39 | 1.78 | 3.4 | - |
| YUV | 30.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 51 | 0.94 | 0.22 | 0 | 0.8 | 193.75 | 0.89 | 0.11 |
| Hex | 3 | 28 | 33 | 5E | 16 | 0 | 50 | C2 | 59 | B |
| Octal | 3 | 50 | 63 | 136 | 26 | 0 | 120 | 302 | 131 | 13 |
| Binary | 11 | 101000 | 110011 | 1011110 | 10110 | 0 | 1010000 | 11000010 | 1011001 | 1011 |
Color Harmonies of #032833
Complementary color
Monochromatic Colors of #032833
Black with #032833
Text Example
Text Example
White with #032833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032833; }
p { color: rgb(3,40,51); }
H1.HeaderClassName
{
color: #032833;
}
.AnyTagClassName
{
color: #032833;
}
</style>
background-color css
<style>
a { background-color: #032833; }
a { background-color: rgb(3,40,51); }
div.DivClassName
{
background-color: #032833;
}
.BgClassName
{
background-color: #032833;
}
</style>
border-color css
<style>
span { border-color: #032833; }
span { border-color: rgb(3,40,51); }
td.TdClassName
{
border-color: #032833;
}
.TagClassName
{
border-color: #032833;
}
</style>