Shades of Black Pearl #03162A
Tints of Black Pearl #03162A
RGB
CMYK
RGB Variations
Color information
#03162A (or 0x03162A) is known color: Black Pearl. HEX triplet: 03, 16 and 2A. RGB value is (3,22,42). Sum of RGB (Red+Green+Blue) = 3+22+42=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #03162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03162A is #FCE9D5. Grayscale: #121212. Windows color (decimal): -16574934 or 2758147. OLE color: 2758147.
HSL color Cylindrical-coordinate representation of color #03162A: hue angle of 210.77º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03162A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 22 | 42 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.84 |
| HSL | 210.77º | 0.87% | 0.09% | - |
| HSV(B) | 210.77º | 0.93% | 0.16% | - |
| XYZ | 0.74 | 0.76 | 2.3 | - |
| YUV | 18.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 42 | 0.93 | 0.48 | 0 | 0.84 | 210.77 | 0.87 | 0.09 |
| Hex | 3 | 16 | 2A | 5D | 30 | 0 | 54 | D3 | 57 | 9 |
| Octal | 3 | 26 | 52 | 135 | 60 | 0 | 124 | 323 | 127 | 11 |
| Binary | 11 | 10110 | 101010 | 1011101 | 110000 | 0 | 1010100 | 11010011 | 1010111 | 1001 |
Color Harmonies of #03162A
Complementary color
Monochromatic Colors of #03162A
Black with #03162A
Text Example
Text Example
White with #03162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03162A; }
p { color: rgb(3,22,42); }
H1.HeaderClassName
{
color: #03162A;
}
.AnyTagClassName
{
color: #03162A;
}
</style>
background-color css
<style>
a { background-color: #03162A; }
a { background-color: rgb(3,22,42); }
div.DivClassName
{
background-color: #03162A;
}
.BgClassName
{
background-color: #03162A;
}
</style>
border-color css
<style>
span { border-color: #03162A; }
span { border-color: rgb(3,22,42); }
td.TdClassName
{
border-color: #03162A;
}
.TagClassName
{
border-color: #03162A;
}
</style>