Shades of Black Pearl #060C11
Tints of Black Pearl #060C11
RGB
CMYK
RGB Variations
Color information
#060C11 (or 0x060C11) is known color: Black Pearl. HEX triplet: 06, 0C and 11. RGB value is (6,12,17). Sum of RGB (Red+Green+Blue) = 6+12+17=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #060C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C11 is #F9F3EE. Grayscale: #0A0A0A. Windows color (decimal): -16380911 or 1117190. OLE color: 1117190.
HSL color Cylindrical-coordinate representation of color #060C11: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #060C11 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 12 | 17 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.93 |
| HSL | 207.27º | 0.48% | 0.05% | - |
| HSV(B) | 207.27º | 0.65% | 0.07% | - |
| XYZ | 0.31 | 0.34 | 0.58 | - |
| YUV | 10.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 17 | 0.65 | 0.29 | 0 | 0.93 | 207.27 | 0.48 | 0.05 |
| Hex | 6 | C | 11 | 41 | 1D | 0 | 5D | CF | 30 | 5 |
| Octal | 6 | 14 | 21 | 101 | 35 | 0 | 135 | 317 | 60 | 5 |
| Binary | 110 | 1100 | 10001 | 1000001 | 11101 | 0 | 1011101 | 11001111 | 110000 | 101 |
Color Harmonies of #060C11
Complementary color
Monochromatic Colors of #060C11
Black with #060C11
Text Example
Text Example
White with #060C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C11; }
p { color: rgb(6,12,17); }
H1.HeaderClassName
{
color: #060C11;
}
.AnyTagClassName
{
color: #060C11;
}
</style>
background-color css
<style>
a { background-color: #060C11; }
a { background-color: rgb(6,12,17); }
div.DivClassName
{
background-color: #060C11;
}
.BgClassName
{
background-color: #060C11;
}
</style>
border-color css
<style>
span { border-color: #060C11; }
span { border-color: rgb(6,12,17); }
td.TdClassName
{
border-color: #060C11;
}
.TagClassName
{
border-color: #060C11;
}
</style>