Shades of Black Pearl #060E14
Tints of Black Pearl #060E14
RGB
CMYK
RGB Variations
Color information
#060E14 (or 0x060E14) is known color: Black Pearl. HEX triplet: 06, 0E and 14. RGB value is (6,14,20). Sum of RGB (Red+Green+Blue) = 6+14+20=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #060E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E14 is #F9F1EB. Grayscale: #0C0C0C. Windows color (decimal): -16380396 or 1314310. OLE color: 1314310.
HSL color Cylindrical-coordinate representation of color #060E14: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #060E14 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 14 | 20 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.92 |
| HSL | 205.71º | 0.54% | 0.05% | - |
| HSV(B) | 205.71º | 0.7% | 0.08% | - |
| XYZ | 0.36 | 0.4 | 0.72 | - |
| YUV | 12.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 20 | 0.70 | 0.30 | 0 | 0.92 | 205.71 | 0.54 | 0.05 |
| Hex | 6 | E | 14 | 46 | 1E | 0 | 5C | CE | 36 | 5 |
| Octal | 6 | 16 | 24 | 106 | 36 | 0 | 134 | 316 | 66 | 5 |
| Binary | 110 | 1110 | 10100 | 1000110 | 11110 | 0 | 1011100 | 11001110 | 110110 | 101 |
Color Harmonies of #060E14
Complementary color
Monochromatic Colors of #060E14
Black with #060E14
Text Example
Text Example
White with #060E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E14; }
p { color: rgb(6,14,20); }
H1.HeaderClassName
{
color: #060E14;
}
.AnyTagClassName
{
color: #060E14;
}
</style>
background-color css
<style>
a { background-color: #060E14; }
a { background-color: rgb(6,14,20); }
div.DivClassName
{
background-color: #060E14;
}
.BgClassName
{
background-color: #060E14;
}
</style>
border-color css
<style>
span { border-color: #060E14; }
span { border-color: rgb(6,14,20); }
td.TdClassName
{
border-color: #060E14;
}
.TagClassName
{
border-color: #060E14;
}
</style>