Shades of Black Pearl #060C0F
Tints of Black Pearl #060C0F
RGB
CMYK
RGB Variations
Color information
#060C0F (or 0x060C0F) is known color: Black Pearl. HEX triplet: 06, 0C and 0F. RGB value is (6,12,15). Sum of RGB (Red+Green+Blue) = 6+12+15=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #060C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C0F is #F9F3F0. Grayscale: #0A0A0A. Windows color (decimal): -16380913 or 986118. OLE color: 986118.
HSL color Cylindrical-coordinate representation of color #060C0F: hue angle of 200º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060C0F is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 12 | 15 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.94 |
| HSL | 200º | 0.43% | 0.04% | - |
| HSV(B) | 200º | 0.6% | 0.06% | - |
| XYZ | 0.29 | 0.34 | 0.5 | - |
| YUV | 10.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 15 | 0.60 | 0.20 | 0 | 0.94 | 200 | 0.43 | 0.04 |
| Hex | 6 | C | F | 3C | 14 | 0 | 5E | C8 | 2B | 4 |
| Octal | 6 | 14 | 17 | 74 | 24 | 0 | 136 | 310 | 53 | 4 |
| Binary | 110 | 1100 | 1111 | 111100 | 10100 | 0 | 1011110 | 11001000 | 101011 | 100 |
Color Harmonies of #060C0F
Complementary color
Monochromatic Colors of #060C0F
Black with #060C0F
Text Example
Text Example
White with #060C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C0F; }
p { color: rgb(6,12,15); }
H1.HeaderClassName
{
color: #060C0F;
}
.AnyTagClassName
{
color: #060C0F;
}
</style>
background-color css
<style>
a { background-color: #060C0F; }
a { background-color: rgb(6,12,15); }
div.DivClassName
{
background-color: #060C0F;
}
.BgClassName
{
background-color: #060C0F;
}
</style>
border-color css
<style>
span { border-color: #060C0F; }
span { border-color: rgb(6,12,15); }
td.TdClassName
{
border-color: #060C0F;
}
.TagClassName
{
border-color: #060C0F;
}
</style>