Shades of Black Pearl #032135
Tints of Black Pearl #032135
RGB
CMYK
RGB Variations
Color information
#032135 (or 0x032135) is known color: Black Pearl. HEX triplet: 03, 21 and 35. RGB value is (3,33,53). Sum of RGB (Red+Green+Blue) = 3+33+53=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #032135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032135 is #FCDECA. Grayscale: #1A1A1A. Windows color (decimal): -16572107 or 3481859. OLE color: 3481859.
HSL color Cylindrical-coordinate representation of color #032135: hue angle of 204º 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 #032135 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 33 | 53 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.79 |
| HSL | 204º | 0.89% | 0.11% | - |
| HSV(B) | 204º | 0.94% | 0.21% | - |
| XYZ | 1.22 | 1.36 | 3.57 | - |
| YUV | 26.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 53 | 0.94 | 0.38 | 0 | 0.79 | 204 | 0.89 | 0.11 |
| Hex | 3 | 21 | 35 | 5E | 26 | 0 | 4F | CC | 59 | B |
| Octal | 3 | 41 | 65 | 136 | 46 | 0 | 117 | 314 | 131 | 13 |
| Binary | 11 | 100001 | 110101 | 1011110 | 100110 | 0 | 1001111 | 11001100 | 1011001 | 1011 |
Color Harmonies of #032135
Complementary color
Monochromatic Colors of #032135
Black with #032135
Text Example
Text Example
White with #032135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032135; }
p { color: rgb(3,33,53); }
H1.HeaderClassName
{
color: #032135;
}
.AnyTagClassName
{
color: #032135;
}
</style>
background-color css
<style>
a { background-color: #032135; }
a { background-color: rgb(3,33,53); }
div.DivClassName
{
background-color: #032135;
}
.BgClassName
{
background-color: #032135;
}
</style>
border-color css
<style>
span { border-color: #032135; }
span { border-color: rgb(3,33,53); }
td.TdClassName
{
border-color: #032135;
}
.TagClassName
{
border-color: #032135;
}
</style>