Shades of Black Pearl #031012
Tints of Black Pearl #031012
RGB
CMYK
RGB Variations
Color information
#031012 (or 0x031012) is known color: Black Pearl. HEX triplet: 03, 10 and 12. RGB value is (3,16,18). Sum of RGB (Red+Green+Blue) = 3+16+18=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #031012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031012 is #FCEFED. Grayscale: #0C0C0C. Windows color (decimal): -16576494 or 1183747. OLE color: 1183747.
HSL color Cylindrical-coordinate representation of color #031012: hue angle of 188º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #031012 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 16 | 18 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.93 |
| HSL | 188º | 0.71% | 0.04% | - |
| HSV(B) | 188º | 0.83% | 0.07% | - |
| XYZ | 0.33 | 0.43 | 0.64 | - |
| YUV | 12.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 18 | 0.83 | 0.11 | 0 | 0.93 | 188 | 0.71 | 0.04 |
| Hex | 3 | 10 | 12 | 53 | B | 0 | 5D | BC | 47 | 4 |
| Octal | 3 | 20 | 22 | 123 | 13 | 0 | 135 | 274 | 107 | 4 |
| Binary | 11 | 10000 | 10010 | 1010011 | 1011 | 0 | 1011101 | 10111100 | 1000111 | 100 |
Color Harmonies of #031012
Complementary color
Monochromatic Colors of #031012
Black with #031012
Text Example
Text Example
White with #031012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031012; }
p { color: rgb(3,16,18); }
H1.HeaderClassName
{
color: #031012;
}
.AnyTagClassName
{
color: #031012;
}
</style>
background-color css
<style>
a { background-color: #031012; }
a { background-color: rgb(3,16,18); }
div.DivClassName
{
background-color: #031012;
}
.BgClassName
{
background-color: #031012;
}
</style>
border-color css
<style>
span { border-color: #031012; }
span { border-color: rgb(3,16,18); }
td.TdClassName
{
border-color: #031012;
}
.TagClassName
{
border-color: #031012;
}
</style>