Shades of Black Pearl #031516
Tints of Black Pearl #031516
RGB
CMYK
RGB Variations
Color information
#031516 (or 0x031516) is known color: Black Pearl. HEX triplet: 03, 15 and 16. RGB value is (3,21,22). Sum of RGB (Red+Green+Blue) = 3+21+22=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #031516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031516 is #FCEAE9. Grayscale: #0F0F0F. Windows color (decimal): -16575210 or 1447171. OLE color: 1447171.
HSL color Cylindrical-coordinate representation of color #031516: hue angle of 183.16º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031516 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 21 | 22 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.91 |
| HSL | 183.16º | 0.76% | 0.05% | - |
| HSV(B) | 183.16º | 0.86% | 0.09% | - |
| XYZ | 0.45 | 0.61 | 0.85 | - |
| YUV | 15.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 22 | 0.86 | 0.05 | 0 | 0.91 | 183.16 | 0.76 | 0.05 |
| Hex | 3 | 15 | 16 | 56 | 5 | 0 | 5B | B7 | 4C | 5 |
| Octal | 3 | 25 | 26 | 126 | 5 | 0 | 133 | 267 | 114 | 5 |
| Binary | 11 | 10101 | 10110 | 1010110 | 101 | 0 | 1011011 | 10110111 | 1001100 | 101 |
Color Harmonies of #031516
Complementary color
Monochromatic Colors of #031516
Black with #031516
Text Example
Text Example
White with #031516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031516; }
p { color: rgb(3,21,22); }
H1.HeaderClassName
{
color: #031516;
}
.AnyTagClassName
{
color: #031516;
}
</style>
background-color css
<style>
a { background-color: #031516; }
a { background-color: rgb(3,21,22); }
div.DivClassName
{
background-color: #031516;
}
.BgClassName
{
background-color: #031516;
}
</style>
border-color css
<style>
span { border-color: #031516; }
span { border-color: rgb(3,21,22); }
td.TdClassName
{
border-color: #031516;
}
.TagClassName
{
border-color: #031516;
}
</style>