Shades of Black Pearl #060F12
Tints of Black Pearl #060F12
RGB
CMYK
RGB Variations
Color information
#060F12 (or 0x060F12) is known color: Black Pearl. HEX triplet: 06, 0F and 12. RGB value is (6,15,18). Sum of RGB (Red+Green+Blue) = 6+15+18=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #060F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F12 is #F9F0ED. Grayscale: #0C0C0C. Windows color (decimal): -16380142 or 1183494. OLE color: 1183494.
HSL color Cylindrical-coordinate representation of color #060F12: hue angle of 195º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060F12 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 15 | 18 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.93 |
| HSL | 195º | 0.5% | 0.05% | - |
| HSV(B) | 195º | 0.67% | 0.07% | - |
| XYZ | 0.36 | 0.42 | 0.64 | - |
| YUV | 12.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 18 | 0.67 | 0.17 | 0 | 0.93 | 195 | 0.5 | 0.05 |
| Hex | 6 | F | 12 | 43 | 11 | 0 | 5D | C3 | 32 | 5 |
| Octal | 6 | 17 | 22 | 103 | 21 | 0 | 135 | 303 | 62 | 5 |
| Binary | 110 | 1111 | 10010 | 1000011 | 10001 | 0 | 1011101 | 11000011 | 110010 | 101 |
Color Harmonies of #060F12
Complementary color
Monochromatic Colors of #060F12
Black with #060F12
Text Example
Text Example
White with #060F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F12; }
p { color: rgb(6,15,18); }
H1.HeaderClassName
{
color: #060F12;
}
.AnyTagClassName
{
color: #060F12;
}
</style>
background-color css
<style>
a { background-color: #060F12; }
a { background-color: rgb(6,15,18); }
div.DivClassName
{
background-color: #060F12;
}
.BgClassName
{
background-color: #060F12;
}
</style>
border-color css
<style>
span { border-color: #060F12; }
span { border-color: rgb(6,15,18); }
td.TdClassName
{
border-color: #060F12;
}
.TagClassName
{
border-color: #060F12;
}
</style>