Shades of Black Pearl #06162A
Tints of Black Pearl #06162A
RGB
CMYK
RGB Variations
Color information
#06162A (or 0x06162A) is known color: Black Pearl. HEX triplet: 06, 16 and 2A. RGB value is (6,22,42). Sum of RGB (Red+Green+Blue) = 6+22+42=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #06162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162A is #F9E9D5. Grayscale: #131313. Windows color (decimal): -16378326 or 2758150. OLE color: 2758150.
HSL color Cylindrical-coordinate representation of color #06162A: hue angle of 213.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06162A is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 22 | 42 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.84 |
| HSL | 213.33º | 0.75% | 0.09% | - |
| HSV(B) | 213.33º | 0.86% | 0.16% | - |
| XYZ | 0.78 | 0.78 | 2.3 | - |
| YUV | 19.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 42 | 0.86 | 0.48 | 0 | 0.84 | 213.33 | 0.75 | 0.09 |
| Hex | 6 | 16 | 2A | 56 | 30 | 0 | 54 | D5 | 4B | 9 |
| Octal | 6 | 26 | 52 | 126 | 60 | 0 | 124 | 325 | 113 | 11 |
| Binary | 110 | 10110 | 101010 | 1010110 | 110000 | 0 | 1010100 | 11010101 | 1001011 | 1001 |
Color Harmonies of #06162A
Complementary color
Monochromatic Colors of #06162A
Black with #06162A
Text Example
Text Example
White with #06162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06162A; }
p { color: rgb(6,22,42); }
H1.HeaderClassName
{
color: #06162A;
}
.AnyTagClassName
{
color: #06162A;
}
</style>
background-color css
<style>
a { background-color: #06162A; }
a { background-color: rgb(6,22,42); }
div.DivClassName
{
background-color: #06162A;
}
.BgClassName
{
background-color: #06162A;
}
</style>
border-color css
<style>
span { border-color: #06162A; }
span { border-color: rgb(6,22,42); }
td.TdClassName
{
border-color: #06162A;
}
.TagClassName
{
border-color: #06162A;
}
</style>