Shades of Black Pearl #032336
Tints of Black Pearl #032336
RGB
CMYK
RGB Variations
Color information
#032336 (or 0x032336) is known color: Black Pearl. HEX triplet: 03, 23 and 36. RGB value is (3,35,54). Sum of RGB (Red+Green+Blue) = 3+35+54=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #032336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032336 is #FCDCC9. Grayscale: #1B1B1B. Windows color (decimal): -16571594 or 3547907. OLE color: 3547907.
HSL color Cylindrical-coordinate representation of color #032336: hue angle of 202.35º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032336 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 35 | 54 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.79 |
| HSL | 202.35º | 0.89% | 0.11% | - |
| HSV(B) | 202.35º | 0.94% | 0.21% | - |
| XYZ | 1.3 | 1.49 | 3.71 | - |
| YUV | 27.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 54 | 0.94 | 0.35 | 0 | 0.79 | 202.35 | 0.89 | 0.11 |
| Hex | 3 | 23 | 36 | 5E | 23 | 0 | 4F | CA | 59 | B |
| Octal | 3 | 43 | 66 | 136 | 43 | 0 | 117 | 312 | 131 | 13 |
| Binary | 11 | 100011 | 110110 | 1011110 | 100011 | 0 | 1001111 | 11001010 | 1011001 | 1011 |
Color Harmonies of #032336
Complementary color
Monochromatic Colors of #032336
Black with #032336
Text Example
Text Example
White with #032336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032336; }
p { color: rgb(3,35,54); }
H1.HeaderClassName
{
color: #032336;
}
.AnyTagClassName
{
color: #032336;
}
</style>
background-color css
<style>
a { background-color: #032336; }
a { background-color: rgb(3,35,54); }
div.DivClassName
{
background-color: #032336;
}
.BgClassName
{
background-color: #032336;
}
</style>
border-color css
<style>
span { border-color: #032336; }
span { border-color: rgb(3,35,54); }
td.TdClassName
{
border-color: #032336;
}
.TagClassName
{
border-color: #032336;
}
</style>