Shades of Black Pearl #060E19
Tints of Black Pearl #060E19
RGB
CMYK
RGB Variations
Color information
#060E19 (or 0x060E19) is known color: Black Pearl. HEX triplet: 06, 0E and 19. RGB value is (6,14,25). Sum of RGB (Red+Green+Blue) = 6+14+25=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #060E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E19 is #F9F1E6. Grayscale: #0C0C0C. Windows color (decimal): -16380391 or 1641990. OLE color: 1641990.
HSL color Cylindrical-coordinate representation of color #060E19: hue angle of 214.74º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #060E19 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 14 | 25 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.90 |
| HSL | 214.74º | 0.61% | 0.06% | - |
| HSV(B) | 214.74º | 0.76% | 0.1% | - |
| XYZ | 0.41 | 0.42 | 0.98 | - |
| YUV | 12.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 25 | 0.76 | 0.44 | 0 | 0.90 | 214.74 | 0.61 | 0.06 |
| Hex | 6 | E | 19 | 4C | 2C | 0 | 5A | D7 | 3D | 6 |
| Octal | 6 | 16 | 31 | 114 | 54 | 0 | 132 | 327 | 75 | 6 |
| Binary | 110 | 1110 | 11001 | 1001100 | 101100 | 0 | 1011010 | 11010111 | 111101 | 110 |
Color Harmonies of #060E19
Complementary color
Monochromatic Colors of #060E19
Black with #060E19
Text Example
Text Example
White with #060E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E19; }
p { color: rgb(6,14,25); }
H1.HeaderClassName
{
color: #060E19;
}
.AnyTagClassName
{
color: #060E19;
}
</style>
background-color css
<style>
a { background-color: #060E19; }
a { background-color: rgb(6,14,25); }
div.DivClassName
{
background-color: #060E19;
}
.BgClassName
{
background-color: #060E19;
}
</style>
border-color css
<style>
span { border-color: #060E19; }
span { border-color: rgb(6,14,25); }
td.TdClassName
{
border-color: #060E19;
}
.TagClassName
{
border-color: #060E19;
}
</style>