Shades of Black Pearl #06162E
Tints of Black Pearl #06162E
RGB
CMYK
RGB Variations
Color information
#06162E (or 0x06162E) is known color: Black Pearl. HEX triplet: 06, 16 and 2E. RGB value is (6,22,46). Sum of RGB (Red+Green+Blue) = 6+22+46=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #06162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162E is #F9E9D1. Grayscale: #131313. Windows color (decimal): -16378322 or 3020294. OLE color: 3020294.
HSL color Cylindrical-coordinate representation of color #06162E: hue angle of 216º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06162E is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 22 | 46 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.82 |
| HSL | 216º | 0.77% | 0.1% | - |
| HSV(B) | 216º | 0.87% | 0.18% | - |
| XYZ | 0.86 | 0.81 | 2.7 | - |
| YUV | 19.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 46 | 0.87 | 0.52 | 0 | 0.82 | 216 | 0.77 | 0.1 |
| Hex | 6 | 16 | 2E | 57 | 34 | 0 | 52 | D8 | 4D | A |
| Octal | 6 | 26 | 56 | 127 | 64 | 0 | 122 | 330 | 115 | 12 |
| Binary | 110 | 10110 | 101110 | 1010111 | 110100 | 0 | 1010010 | 11011000 | 1001101 | 1010 |
Color Harmonies of #06162E
Complementary color
Monochromatic Colors of #06162E
Black with #06162E
Text Example
Text Example
White with #06162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06162E; }
p { color: rgb(6,22,46); }
H1.HeaderClassName
{
color: #06162E;
}
.AnyTagClassName
{
color: #06162E;
}
</style>
background-color css
<style>
a { background-color: #06162E; }
a { background-color: rgb(6,22,46); }
div.DivClassName
{
background-color: #06162E;
}
.BgClassName
{
background-color: #06162E;
}
</style>
border-color css
<style>
span { border-color: #06162E; }
span { border-color: rgb(6,22,46); }
td.TdClassName
{
border-color: #06162E;
}
.TagClassName
{
border-color: #06162E;
}
</style>