Shades of Black Pearl #060E15
Tints of Black Pearl #060E15
RGB
CMYK
RGB Variations
Color information
#060E15 (or 0x060E15) is known color: Black Pearl. HEX triplet: 06, 0E and 15. RGB value is (6,14,21). Sum of RGB (Red+Green+Blue) = 6+14+21=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #060E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E15 is #F9F1EA. Grayscale: #0C0C0C. Windows color (decimal): -16380395 or 1379846. OLE color: 1379846.
HSL color Cylindrical-coordinate representation of color #060E15: hue angle of 208º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #060E15 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 14 | 21 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.92 |
| HSL | 208º | 0.56% | 0.05% | - |
| HSV(B) | 208º | 0.71% | 0.08% | - |
| XYZ | 0.37 | 0.41 | 0.77 | - |
| YUV | 12.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 21 | 0.71 | 0.33 | 0 | 0.92 | 208 | 0.56 | 0.05 |
| Hex | 6 | E | 15 | 47 | 21 | 0 | 5C | D0 | 38 | 5 |
| Octal | 6 | 16 | 25 | 107 | 41 | 0 | 134 | 320 | 70 | 5 |
| Binary | 110 | 1110 | 10101 | 1000111 | 100001 | 0 | 1011100 | 11010000 | 111000 | 101 |
Color Harmonies of #060E15
Complementary color
Monochromatic Colors of #060E15
Black with #060E15
Text Example
Text Example
White with #060E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E15; }
p { color: rgb(6,14,21); }
H1.HeaderClassName
{
color: #060E15;
}
.AnyTagClassName
{
color: #060E15;
}
</style>
background-color css
<style>
a { background-color: #060E15; }
a { background-color: rgb(6,14,21); }
div.DivClassName
{
background-color: #060E15;
}
.BgClassName
{
background-color: #060E15;
}
</style>
border-color css
<style>
span { border-color: #060E15; }
span { border-color: rgb(6,14,21); }
td.TdClassName
{
border-color: #060E15;
}
.TagClassName
{
border-color: #060E15;
}
</style>