Shades of Black Pearl #03162F
Tints of Black Pearl #03162F
RGB
CMYK
RGB Variations
Color information
#03162F (or 0x03162F) is known color: Black Pearl. HEX triplet: 03, 16 and 2F. RGB value is (3,22,47). Sum of RGB (Red+Green+Blue) = 3+22+47=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #03162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03162F is #FCE9D0. Grayscale: #131313. Windows color (decimal): -16574929 or 3085827. OLE color: 3085827.
HSL color Cylindrical-coordinate representation of color #03162F: hue angle of 214.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03162F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 22 | 47 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.82 |
| HSL | 214.09º | 0.88% | 0.1% | - |
| HSV(B) | 214.09º | 0.94% | 0.18% | - |
| XYZ | 0.84 | 0.8 | 2.8 | - |
| YUV | 19.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 47 | 0.94 | 0.53 | 0 | 0.82 | 214.09 | 0.88 | 0.1 |
| Hex | 3 | 16 | 2F | 5E | 35 | 0 | 52 | D6 | 58 | A |
| Octal | 3 | 26 | 57 | 136 | 65 | 0 | 122 | 326 | 130 | 12 |
| Binary | 11 | 10110 | 101111 | 1011110 | 110101 | 0 | 1010010 | 11010110 | 1011000 | 1010 |
Color Harmonies of #03162F
Complementary color
Monochromatic Colors of #03162F
Black with #03162F
Text Example
Text Example
White with #03162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03162F; }
p { color: rgb(3,22,47); }
H1.HeaderClassName
{
color: #03162F;
}
.AnyTagClassName
{
color: #03162F;
}
</style>
background-color css
<style>
a { background-color: #03162F; }
a { background-color: rgb(3,22,47); }
div.DivClassName
{
background-color: #03162F;
}
.BgClassName
{
background-color: #03162F;
}
</style>
border-color css
<style>
span { border-color: #03162F; }
span { border-color: rgb(3,22,47); }
td.TdClassName
{
border-color: #03162F;
}
.TagClassName
{
border-color: #03162F;
}
</style>