Shades of Black Pearl #03162E
Tints of Black Pearl #03162E
RGB
CMYK
RGB Variations
Color information
#03162E (or 0x03162E) is known color: Black Pearl. HEX triplet: 03, 16 and 2E. RGB value is (3,22,46). Sum of RGB (Red+Green+Blue) = 3+22+46=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #03162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03162E is #FCE9D1. Grayscale: #121212. Windows color (decimal): -16574930 or 3020291. OLE color: 3020291.
HSL color Cylindrical-coordinate representation of color #03162E: hue angle of 213.49º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03162E is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 22 | 46 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.82 |
| HSL | 213.49º | 0.88% | 0.1% | - |
| HSV(B) | 213.49º | 0.93% | 0.18% | - |
| XYZ | 0.82 | 0.79 | 2.69 | - |
| YUV | 19.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 46 | 0.93 | 0.52 | 0 | 0.82 | 213.49 | 0.88 | 0.1 |
| Hex | 3 | 16 | 2E | 5D | 34 | 0 | 52 | D5 | 58 | A |
| Octal | 3 | 26 | 56 | 135 | 64 | 0 | 122 | 325 | 130 | 12 |
| Binary | 11 | 10110 | 101110 | 1011101 | 110100 | 0 | 1010010 | 11010101 | 1011000 | 1010 |
Color Harmonies of #03162E
Complementary color
Monochromatic Colors of #03162E
Black with #03162E
Text Example
Text Example
White with #03162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03162E; }
p { color: rgb(3,22,46); }
H1.HeaderClassName
{
color: #03162E;
}
.AnyTagClassName
{
color: #03162E;
}
</style>
background-color css
<style>
a { background-color: #03162E; }
a { background-color: rgb(3,22,46); }
div.DivClassName
{
background-color: #03162E;
}
.BgClassName
{
background-color: #03162E;
}
</style>
border-color css
<style>
span { border-color: #03162E; }
span { border-color: rgb(3,22,46); }
td.TdClassName
{
border-color: #03162E;
}
.TagClassName
{
border-color: #03162E;
}
</style>