Shades of Black Pearl #060E13
Tints of Black Pearl #060E13
RGB
CMYK
RGB Variations
Color information
#060E13 (or 0x060E13) is known color: Black Pearl. HEX triplet: 06, 0E and 13. RGB value is (6,14,19). Sum of RGB (Red+Green+Blue) = 6+14+19=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #060E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E13 is #F9F1EC. Grayscale: #0C0C0C. Windows color (decimal): -16380397 or 1248774. OLE color: 1248774.
HSL color Cylindrical-coordinate representation of color #060E13: hue angle of 203.08º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #060E13 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 14 | 19 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.93 |
| HSL | 203.08º | 0.52% | 0.05% | - |
| HSV(B) | 203.08º | 0.68% | 0.07% | - |
| XYZ | 0.35 | 0.4 | 0.67 | - |
| YUV | 12.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 19 | 0.68 | 0.26 | 0 | 0.93 | 203.08 | 0.52 | 0.05 |
| Hex | 6 | E | 13 | 44 | 1A | 0 | 5D | CB | 34 | 5 |
| Octal | 6 | 16 | 23 | 104 | 32 | 0 | 135 | 313 | 64 | 5 |
| Binary | 110 | 1110 | 10011 | 1000100 | 11010 | 0 | 1011101 | 11001011 | 110100 | 101 |
Color Harmonies of #060E13
Complementary color
Monochromatic Colors of #060E13
Black with #060E13
Text Example
Text Example
White with #060E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E13; }
p { color: rgb(6,14,19); }
H1.HeaderClassName
{
color: #060E13;
}
.AnyTagClassName
{
color: #060E13;
}
</style>
background-color css
<style>
a { background-color: #060E13; }
a { background-color: rgb(6,14,19); }
div.DivClassName
{
background-color: #060E13;
}
.BgClassName
{
background-color: #060E13;
}
</style>
border-color css
<style>
span { border-color: #060E13; }
span { border-color: rgb(6,14,19); }
td.TdClassName
{
border-color: #060E13;
}
.TagClassName
{
border-color: #060E13;
}
</style>