Shades of Black Pearl #06161A
Tints of Black Pearl #06161A
RGB
CMYK
RGB Variations
Color information
#06161A (or 0x06161A) is known color: Black Pearl. HEX triplet: 06, 16 and 1A. RGB value is (6,22,26). Sum of RGB (Red+Green+Blue) = 6+22+26=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #06161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161A is #F9E9E5. Grayscale: #111111. Windows color (decimal): -16378342 or 1709574. OLE color: 1709574.
HSL color Cylindrical-coordinate representation of color #06161A: hue angle of 192º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06161A is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 22 | 26 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.90 |
| HSL | 192º | 0.63% | 0.06% | - |
| HSV(B) | 192º | 0.77% | 0.1% | - |
| XYZ | 0.55 | 0.69 | 1.08 | - |
| YUV | 17.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 26 | 0.77 | 0.15 | 0 | 0.90 | 192 | 0.63 | 0.06 |
| Hex | 6 | 16 | 1A | 4D | F | 0 | 5A | C0 | 3E | 6 |
| Octal | 6 | 26 | 32 | 115 | 17 | 0 | 132 | 300 | 76 | 6 |
| Binary | 110 | 10110 | 11010 | 1001101 | 1111 | 0 | 1011010 | 11000000 | 111110 | 110 |
Color Harmonies of #06161A
Complementary color
Monochromatic Colors of #06161A
Black with #06161A
Text Example
Text Example
White with #06161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06161A; }
p { color: rgb(6,22,26); }
H1.HeaderClassName
{
color: #06161A;
}
.AnyTagClassName
{
color: #06161A;
}
</style>
background-color css
<style>
a { background-color: #06161A; }
a { background-color: rgb(6,22,26); }
div.DivClassName
{
background-color: #06161A;
}
.BgClassName
{
background-color: #06161A;
}
</style>
border-color css
<style>
span { border-color: #06161A; }
span { border-color: rgb(6,22,26); }
td.TdClassName
{
border-color: #06161A;
}
.TagClassName
{
border-color: #06161A;
}
</style>