Shades of Black Pearl #031016
Tints of Black Pearl #031016
RGB
CMYK
RGB Variations
Color information
#031016 (or 0x031016) is known color: Black Pearl. HEX triplet: 03, 10 and 16. RGB value is (3,16,22). Sum of RGB (Red+Green+Blue) = 3+16+22=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #031016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031016 is #FCEFE9. Grayscale: #0C0C0C. Windows color (decimal): -16576490 or 1445891. OLE color: 1445891.
HSL color Cylindrical-coordinate representation of color #031016: hue angle of 198.95º 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 #031016 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 16 | 22 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.91 |
| HSL | 198.95º | 0.76% | 0.05% | - |
| HSV(B) | 198.95º | 0.86% | 0.09% | - |
| XYZ | 0.37 | 0.45 | 0.83 | - |
| YUV | 12.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 22 | 0.86 | 0.27 | 0 | 0.91 | 198.95 | 0.76 | 0.05 |
| Hex | 3 | 10 | 16 | 56 | 1B | 0 | 5B | C7 | 4C | 5 |
| Octal | 3 | 20 | 26 | 126 | 33 | 0 | 133 | 307 | 114 | 5 |
| Binary | 11 | 10000 | 10110 | 1010110 | 11011 | 0 | 1011011 | 11000111 | 1001100 | 101 |
Color Harmonies of #031016
Complementary color
Monochromatic Colors of #031016
Black with #031016
Text Example
Text Example
White with #031016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031016; }
p { color: rgb(3,16,22); }
H1.HeaderClassName
{
color: #031016;
}
.AnyTagClassName
{
color: #031016;
}
</style>
background-color css
<style>
a { background-color: #031016; }
a { background-color: rgb(3,16,22); }
div.DivClassName
{
background-color: #031016;
}
.BgClassName
{
background-color: #031016;
}
</style>
border-color css
<style>
span { border-color: #031016; }
span { border-color: rgb(3,16,22); }
td.TdClassName
{
border-color: #031016;
}
.TagClassName
{
border-color: #031016;
}
</style>