Shades of Black Pearl #031935
Tints of Black Pearl #031935
RGB
CMYK
RGB Variations
Color information
#031935 (or 0x031935) is known color: Black Pearl. HEX triplet: 03, 19 and 35. RGB value is (3,25,53). Sum of RGB (Red+Green+Blue) = 3+25+53=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #031935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031935 is #FCE6CA. Grayscale: #151515. Windows color (decimal): -16574155 or 3479811. OLE color: 3479811.
HSL color Cylindrical-coordinate representation of color #031935: hue angle of 213.6º 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 #031935 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 25 | 53 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.79 |
| HSL | 213.6º | 0.89% | 0.11% | - |
| HSV(B) | 213.6º | 0.94% | 0.21% | - |
| XYZ | 1.03 | 0.97 | 3.5 | - |
| YUV | 21.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 53 | 0.94 | 0.53 | 0 | 0.79 | 213.6 | 0.89 | 0.11 |
| Hex | 3 | 19 | 35 | 5E | 35 | 0 | 4F | D6 | 59 | B |
| Octal | 3 | 31 | 65 | 136 | 65 | 0 | 117 | 326 | 131 | 13 |
| Binary | 11 | 11001 | 110101 | 1011110 | 110101 | 0 | 1001111 | 11010110 | 1011001 | 1011 |
Color Harmonies of #031935
Complementary color
Monochromatic Colors of #031935
Black with #031935
Text Example
Text Example
White with #031935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031935; }
p { color: rgb(3,25,53); }
H1.HeaderClassName
{
color: #031935;
}
.AnyTagClassName
{
color: #031935;
}
</style>
background-color css
<style>
a { background-color: #031935; }
a { background-color: rgb(3,25,53); }
div.DivClassName
{
background-color: #031935;
}
.BgClassName
{
background-color: #031935;
}
</style>
border-color css
<style>
span { border-color: #031935; }
span { border-color: rgb(3,25,53); }
td.TdClassName
{
border-color: #031935;
}
.TagClassName
{
border-color: #031935;
}
</style>