Shades of Black Pearl #060F19
Tints of Black Pearl #060F19
RGB
CMYK
RGB Variations
Color information
#060F19 (or 0x060F19) is known color: Black Pearl. HEX triplet: 06, 0F and 19. RGB value is (6,15,25). Sum of RGB (Red+Green+Blue) = 6+15+25=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #060F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F19 is #F9F0E6. Grayscale: #0D0D0D. Windows color (decimal): -16380135 or 1642246. OLE color: 1642246.
HSL color Cylindrical-coordinate representation of color #060F19: hue angle of 211.58º 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 #060F19 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 15 | 25 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.90 |
| HSL | 211.58º | 0.61% | 0.06% | - |
| HSV(B) | 211.58º | 0.76% | 0.1% | - |
| XYZ | 0.42 | 0.45 | 0.98 | - |
| YUV | 13.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 25 | 0.76 | 0.40 | 0 | 0.90 | 211.58 | 0.61 | 0.06 |
| Hex | 6 | F | 19 | 4C | 28 | 0 | 5A | D4 | 3D | 6 |
| Octal | 6 | 17 | 31 | 114 | 50 | 0 | 132 | 324 | 75 | 6 |
| Binary | 110 | 1111 | 11001 | 1001100 | 101000 | 0 | 1011010 | 11010100 | 111101 | 110 |
Color Harmonies of #060F19
Complementary color
Monochromatic Colors of #060F19
Black with #060F19
Text Example
Text Example
White with #060F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F19; }
p { color: rgb(6,15,25); }
H1.HeaderClassName
{
color: #060F19;
}
.AnyTagClassName
{
color: #060F19;
}
</style>
background-color css
<style>
a { background-color: #060F19; }
a { background-color: rgb(6,15,25); }
div.DivClassName
{
background-color: #060F19;
}
.BgClassName
{
background-color: #060F19;
}
</style>
border-color css
<style>
span { border-color: #060F19; }
span { border-color: rgb(6,15,25); }
td.TdClassName
{
border-color: #060F19;
}
.TagClassName
{
border-color: #060F19;
}
</style>