Shades of Black Pearl #060B11
Tints of Black Pearl #060B11
RGB
CMYK
RGB Variations
Color information
#060B11 (or 0x060B11) is known color: Black Pearl. HEX triplet: 06, 0B and 11. RGB value is (6,11,17). Sum of RGB (Red+Green+Blue) = 6+11+17=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #060B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B11 is #F9F4EE. Grayscale: #0A0A0A. Windows color (decimal): -16381167 or 1116934. OLE color: 1116934.
HSL color Cylindrical-coordinate representation of color #060B11: hue angle of 212.73º 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 #060B11 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 11 | 17 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.93 |
| HSL | 212.73º | 0.48% | 0.05% | - |
| HSV(B) | 212.73º | 0.65% | 0.07% | - |
| XYZ | 0.3 | 0.32 | 0.58 | - |
| YUV | 10.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 17 | 0.65 | 0.35 | 0 | 0.93 | 212.73 | 0.48 | 0.05 |
| Hex | 6 | B | 11 | 41 | 23 | 0 | 5D | D5 | 30 | 5 |
| Octal | 6 | 13 | 21 | 101 | 43 | 0 | 135 | 325 | 60 | 5 |
| Binary | 110 | 1011 | 10001 | 1000001 | 100011 | 0 | 1011101 | 11010101 | 110000 | 101 |
Color Harmonies of #060B11
Complementary color
Monochromatic Colors of #060B11
Black with #060B11
Text Example
Text Example
White with #060B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B11; }
p { color: rgb(6,11,17); }
H1.HeaderClassName
{
color: #060B11;
}
.AnyTagClassName
{
color: #060B11;
}
</style>
background-color css
<style>
a { background-color: #060B11; }
a { background-color: rgb(6,11,17); }
div.DivClassName
{
background-color: #060B11;
}
.BgClassName
{
background-color: #060B11;
}
</style>
border-color css
<style>
span { border-color: #060B11; }
span { border-color: rgb(6,11,17); }
td.TdClassName
{
border-color: #060B11;
}
.TagClassName
{
border-color: #060B11;
}
</style>