Shades of Black Pearl #060C16
Tints of Black Pearl #060C16
RGB
CMYK
RGB Variations
Color information
#060C16 (or 0x060C16) is known color: Black Pearl. HEX triplet: 06, 0C and 16. RGB value is (6,12,22). Sum of RGB (Red+Green+Blue) = 6+12+22=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #060C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C16 is #F9F3E9. Grayscale: #0B0B0B. Windows color (decimal): -16380906 or 1444870. OLE color: 1444870.
HSL color Cylindrical-coordinate representation of color #060C16: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #060C16 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 12 | 22 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.91 |
| HSL | 217.5º | 0.57% | 0.05% | - |
| HSV(B) | 217.5º | 0.73% | 0.09% | - |
| XYZ | 0.35 | 0.36 | 0.81 | - |
| YUV | 11.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 22 | 0.73 | 0.45 | 0 | 0.91 | 217.5 | 0.57 | 0.05 |
| Hex | 6 | C | 16 | 49 | 2D | 0 | 5B | DA | 39 | 5 |
| Octal | 6 | 14 | 26 | 111 | 55 | 0 | 133 | 332 | 71 | 5 |
| Binary | 110 | 1100 | 10110 | 1001001 | 101101 | 0 | 1011011 | 11011010 | 111001 | 101 |
Color Harmonies of #060C16
Complementary color
Monochromatic Colors of #060C16
Black with #060C16
Text Example
Text Example
White with #060C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C16; }
p { color: rgb(6,12,22); }
H1.HeaderClassName
{
color: #060C16;
}
.AnyTagClassName
{
color: #060C16;
}
</style>
background-color css
<style>
a { background-color: #060C16; }
a { background-color: rgb(6,12,22); }
div.DivClassName
{
background-color: #060C16;
}
.BgClassName
{
background-color: #060C16;
}
</style>
border-color css
<style>
span { border-color: #060C16; }
span { border-color: rgb(6,12,22); }
td.TdClassName
{
border-color: #060C16;
}
.TagClassName
{
border-color: #060C16;
}
</style>