Shades of Black Pearl #031014
Tints of Black Pearl #031014
RGB
CMYK
RGB Variations
Color information
#031014 (or 0x031014) is known color: Black Pearl. HEX triplet: 03, 10 and 14. RGB value is (3,16,20). Sum of RGB (Red+Green+Blue) = 3+16+20=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #031014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031014 is #FCEFEB. Grayscale: #0C0C0C. Windows color (decimal): -16576492 or 1314819. OLE color: 1314819.
HSL color Cylindrical-coordinate representation of color #031014: hue angle of 194.12º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031014 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 16 | 20 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.92 |
| HSL | 194.12º | 0.74% | 0.05% | - |
| HSV(B) | 194.12º | 0.85% | 0.08% | - |
| XYZ | 0.35 | 0.44 | 0.73 | - |
| YUV | 12.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 20 | 0.85 | 0.20 | 0 | 0.92 | 194.12 | 0.74 | 0.05 |
| Hex | 3 | 10 | 14 | 55 | 14 | 0 | 5C | C2 | 4A | 5 |
| Octal | 3 | 20 | 24 | 125 | 24 | 0 | 134 | 302 | 112 | 5 |
| Binary | 11 | 10000 | 10100 | 1010101 | 10100 | 0 | 1011100 | 11000010 | 1001010 | 101 |
Color Harmonies of #031014
Complementary color
Monochromatic Colors of #031014
Black with #031014
Text Example
Text Example
White with #031014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031014; }
p { color: rgb(3,16,20); }
H1.HeaderClassName
{
color: #031014;
}
.AnyTagClassName
{
color: #031014;
}
</style>
background-color css
<style>
a { background-color: #031014; }
a { background-color: rgb(3,16,20); }
div.DivClassName
{
background-color: #031014;
}
.BgClassName
{
background-color: #031014;
}
</style>
border-color css
<style>
span { border-color: #031014; }
span { border-color: rgb(3,16,20); }
td.TdClassName
{
border-color: #031014;
}
.TagClassName
{
border-color: #031014;
}
</style>