Shades of Black Pearl #031831
Tints of Black Pearl #031831
RGB
CMYK
RGB Variations
Color information
#031831 (or 0x031831) is known color: Black Pearl. HEX triplet: 03, 18 and 31. RGB value is (3,24,49). Sum of RGB (Red+Green+Blue) = 3+24+49=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #031831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031831 is #FCE7CE. Grayscale: #141414. Windows color (decimal): -16574415 or 3217411. OLE color: 3217411.
HSL color Cylindrical-coordinate representation of color #031831: hue angle of 212.61º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031831 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 24 | 49 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.81 |
| HSL | 212.61º | 0.88% | 0.1% | - |
| HSV(B) | 212.61º | 0.94% | 0.19% | - |
| XYZ | 0.92 | 0.89 | 3.03 | - |
| YUV | 20.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 49 | 0.94 | 0.51 | 0 | 0.81 | 212.61 | 0.88 | 0.1 |
| Hex | 3 | 18 | 31 | 5E | 33 | 0 | 51 | D5 | 58 | A |
| Octal | 3 | 30 | 61 | 136 | 63 | 0 | 121 | 325 | 130 | 12 |
| Binary | 11 | 11000 | 110001 | 1011110 | 110011 | 0 | 1010001 | 11010101 | 1011000 | 1010 |
Color Harmonies of #031831
Complementary color
Monochromatic Colors of #031831
Black with #031831
Text Example
Text Example
White with #031831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031831; }
p { color: rgb(3,24,49); }
H1.HeaderClassName
{
color: #031831;
}
.AnyTagClassName
{
color: #031831;
}
</style>
background-color css
<style>
a { background-color: #031831; }
a { background-color: rgb(3,24,49); }
div.DivClassName
{
background-color: #031831;
}
.BgClassName
{
background-color: #031831;
}
</style>
border-color css
<style>
span { border-color: #031831; }
span { border-color: rgb(3,24,49); }
td.TdClassName
{
border-color: #031831;
}
.TagClassName
{
border-color: #031831;
}
</style>