Shades of Black Pearl #031632
Tints of Black Pearl #031632
RGB
CMYK
RGB Variations
Color information
#031632 (or 0x031632) is known color: Black Pearl. HEX triplet: 03, 16 and 32. RGB value is (3,22,50). Sum of RGB (Red+Green+Blue) = 3+22+50=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #031632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031632 is #FCE9CD. Grayscale: #131313. Windows color (decimal): -16574926 or 3282435. OLE color: 3282435.
HSL color Cylindrical-coordinate representation of color #031632: hue angle of 215.74º 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 #031632 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 22 | 50 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.80 |
| HSL | 215.74º | 0.89% | 0.1% | - |
| HSV(B) | 215.74º | 0.94% | 0.2% | - |
| XYZ | 0.9 | 0.82 | 3.13 | - |
| YUV | 19.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 50 | 0.94 | 0.56 | 0 | 0.80 | 215.74 | 0.89 | 0.1 |
| Hex | 3 | 16 | 32 | 5E | 38 | 0 | 50 | D8 | 59 | A |
| Octal | 3 | 26 | 62 | 136 | 70 | 0 | 120 | 330 | 131 | 12 |
| Binary | 11 | 10110 | 110010 | 1011110 | 111000 | 0 | 1010000 | 11011000 | 1011001 | 1010 |
Color Harmonies of #031632
Complementary color
Monochromatic Colors of #031632
Black with #031632
Text Example
Text Example
White with #031632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031632; }
p { color: rgb(3,22,50); }
H1.HeaderClassName
{
color: #031632;
}
.AnyTagClassName
{
color: #031632;
}
</style>
background-color css
<style>
a { background-color: #031632; }
a { background-color: rgb(3,22,50); }
div.DivClassName
{
background-color: #031632;
}
.BgClassName
{
background-color: #031632;
}
</style>
border-color css
<style>
span { border-color: #031632; }
span { border-color: rgb(3,22,50); }
td.TdClassName
{
border-color: #031632;
}
.TagClassName
{
border-color: #031632;
}
</style>