Shades of Black Pearl #060D11
Tints of Black Pearl #060D11
RGB
CMYK
RGB Variations
Color information
#060D11 (or 0x060D11) is known color: Black Pearl. HEX triplet: 06, 0D and 11. RGB value is (6,13,17). Sum of RGB (Red+Green+Blue) = 6+13+17=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #060D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D11 is #F9F2EE. Grayscale: #0B0B0B. Windows color (decimal): -16380655 or 1117446. OLE color: 1117446.
HSL color Cylindrical-coordinate representation of color #060D11: hue angle of 201.82º 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 #060D11 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 13 | 17 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.93 |
| HSL | 201.82º | 0.48% | 0.05% | - |
| HSV(B) | 201.82º | 0.65% | 0.07% | - |
| XYZ | 0.32 | 0.37 | 0.58 | - |
| YUV | 11.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 17 | 0.65 | 0.24 | 0 | 0.93 | 201.82 | 0.48 | 0.05 |
| Hex | 6 | D | 11 | 41 | 18 | 0 | 5D | CA | 30 | 5 |
| Octal | 6 | 15 | 21 | 101 | 30 | 0 | 135 | 312 | 60 | 5 |
| Binary | 110 | 1101 | 10001 | 1000001 | 11000 | 0 | 1011101 | 11001010 | 110000 | 101 |
Color Harmonies of #060D11
Complementary color
Monochromatic Colors of #060D11
Black with #060D11
Text Example
Text Example
White with #060D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D11; }
p { color: rgb(6,13,17); }
H1.HeaderClassName
{
color: #060D11;
}
.AnyTagClassName
{
color: #060D11;
}
</style>
background-color css
<style>
a { background-color: #060D11; }
a { background-color: rgb(6,13,17); }
div.DivClassName
{
background-color: #060D11;
}
.BgClassName
{
background-color: #060D11;
}
</style>
border-color css
<style>
span { border-color: #060D11; }
span { border-color: rgb(6,13,17); }
td.TdClassName
{
border-color: #060D11;
}
.TagClassName
{
border-color: #060D11;
}
</style>