Shades of Black Pearl #03162D
Tints of Black Pearl #03162D
RGB
CMYK
RGB Variations
Color information
#03162D (or 0x03162D) is known color: Black Pearl. HEX triplet: 03, 16 and 2D. RGB value is (3,22,45). Sum of RGB (Red+Green+Blue) = 3+22+45=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #03162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03162D is #FCE9D2. Grayscale: #121212. Windows color (decimal): -16574931 or 2954755. OLE color: 2954755.
HSL color Cylindrical-coordinate representation of color #03162D: hue angle of 212.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03162D is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 22 | 45 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.82 |
| HSL | 212.86º | 0.88% | 0.09% | - |
| HSV(B) | 212.86º | 0.93% | 0.18% | - |
| XYZ | 0.8 | 0.78 | 2.59 | - |
| YUV | 18.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 45 | 0.93 | 0.51 | 0 | 0.82 | 212.86 | 0.88 | 0.09 |
| Hex | 3 | 16 | 2D | 5D | 33 | 0 | 52 | D5 | 58 | 9 |
| Octal | 3 | 26 | 55 | 135 | 63 | 0 | 122 | 325 | 130 | 11 |
| Binary | 11 | 10110 | 101101 | 1011101 | 110011 | 0 | 1010010 | 11010101 | 1011000 | 1001 |
Color Harmonies of #03162D
Complementary color
Monochromatic Colors of #03162D
Black with #03162D
Text Example
Text Example
White with #03162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03162D; }
p { color: rgb(3,22,45); }
H1.HeaderClassName
{
color: #03162D;
}
.AnyTagClassName
{
color: #03162D;
}
</style>
background-color css
<style>
a { background-color: #03162D; }
a { background-color: rgb(3,22,45); }
div.DivClassName
{
background-color: #03162D;
}
.BgClassName
{
background-color: #03162D;
}
</style>
border-color css
<style>
span { border-color: #03162D; }
span { border-color: rgb(3,22,45); }
td.TdClassName
{
border-color: #03162D;
}
.TagClassName
{
border-color: #03162D;
}
</style>