Shades of Black Pearl #06162F
Tints of Black Pearl #06162F
RGB
CMYK
RGB Variations
Color information
#06162F (or 0x06162F) is known color: Black Pearl. HEX triplet: 06, 16 and 2F. RGB value is (6,22,47). Sum of RGB (Red+Green+Blue) = 6+22+47=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #06162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162F is #F9E9D0. Grayscale: #131313. Windows color (decimal): -16378321 or 3085830. OLE color: 3085830.
HSL color Cylindrical-coordinate representation of color #06162F: hue angle of 216.59º 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 #06162F is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 22 | 47 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.82 |
| HSL | 216.59º | 0.77% | 0.1% | - |
| HSV(B) | 216.59º | 0.87% | 0.18% | - |
| XYZ | 0.88 | 0.82 | 2.8 | - |
| YUV | 20.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 47 | 0.87 | 0.53 | 0 | 0.82 | 216.59 | 0.77 | 0.1 |
| Hex | 6 | 16 | 2F | 57 | 35 | 0 | 52 | D9 | 4D | A |
| Octal | 6 | 26 | 57 | 127 | 65 | 0 | 122 | 331 | 115 | 12 |
| Binary | 110 | 10110 | 101111 | 1010111 | 110101 | 0 | 1010010 | 11011001 | 1001101 | 1010 |
Color Harmonies of #06162F
Complementary color
Monochromatic Colors of #06162F
Black with #06162F
Text Example
Text Example
White with #06162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06162F; }
p { color: rgb(6,22,47); }
H1.HeaderClassName
{
color: #06162F;
}
.AnyTagClassName
{
color: #06162F;
}
</style>
background-color css
<style>
a { background-color: #06162F; }
a { background-color: rgb(6,22,47); }
div.DivClassName
{
background-color: #06162F;
}
.BgClassName
{
background-color: #06162F;
}
</style>
border-color css
<style>
span { border-color: #06162F; }
span { border-color: rgb(6,22,47); }
td.TdClassName
{
border-color: #06162F;
}
.TagClassName
{
border-color: #06162F;
}
</style>