Shades of Black Pearl #031416
Tints of Black Pearl #031416
RGB
CMYK
RGB Variations
Color information
#031416 (or 0x031416) is known color: Black Pearl. HEX triplet: 03, 14 and 16. RGB value is (3,20,22). Sum of RGB (Red+Green+Blue) = 3+20+22=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #031416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031416 is #FCEBE9. Grayscale: #0F0F0F. Windows color (decimal): -16575466 or 1446915. OLE color: 1446915.
HSL color Cylindrical-coordinate representation of color #031416: hue angle of 186.32º 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 #031416 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 20 | 22 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.91 |
| HSL | 186.32º | 0.76% | 0.05% | - |
| HSV(B) | 186.32º | 0.86% | 0.09% | - |
| XYZ | 0.43 | 0.58 | 0.85 | - |
| YUV | 15.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 22 | 0.86 | 0.09 | 0 | 0.91 | 186.32 | 0.76 | 0.05 |
| Hex | 3 | 14 | 16 | 56 | 9 | 0 | 5B | BA | 4C | 5 |
| Octal | 3 | 24 | 26 | 126 | 11 | 0 | 133 | 272 | 114 | 5 |
| Binary | 11 | 10100 | 10110 | 1010110 | 1001 | 0 | 1011011 | 10111010 | 1001100 | 101 |
Color Harmonies of #031416
Complementary color
Monochromatic Colors of #031416
Black with #031416
Text Example
Text Example
White with #031416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031416; }
p { color: rgb(3,20,22); }
H1.HeaderClassName
{
color: #031416;
}
.AnyTagClassName
{
color: #031416;
}
</style>
background-color css
<style>
a { background-color: #031416; }
a { background-color: rgb(3,20,22); }
div.DivClassName
{
background-color: #031416;
}
.BgClassName
{
background-color: #031416;
}
</style>
border-color css
<style>
span { border-color: #031416; }
span { border-color: rgb(3,20,22); }
td.TdClassName
{
border-color: #031416;
}
.TagClassName
{
border-color: #031416;
}
</style>