Shades of Black Pearl #060C12
Tints of Black Pearl #060C12
RGB
CMYK
RGB Variations
Color information
#060C12 (or 0x060C12) is known color: Black Pearl. HEX triplet: 06, 0C and 12. RGB value is (6,12,18). Sum of RGB (Red+Green+Blue) = 6+12+18=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #060C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C12 is #F9F3ED. Grayscale: #0A0A0A. Windows color (decimal): -16380910 or 1182726. OLE color: 1182726.
HSL color Cylindrical-coordinate representation of color #060C12: hue angle of 210º 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 #060C12 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 12 | 18 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.93 |
| HSL | 210º | 0.5% | 0.05% | - |
| HSV(B) | 210º | 0.67% | 0.07% | - |
| XYZ | 0.32 | 0.35 | 0.62 | - |
| YUV | 10.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 18 | 0.67 | 0.33 | 0 | 0.93 | 210 | 0.5 | 0.05 |
| Hex | 6 | C | 12 | 43 | 21 | 0 | 5D | D2 | 32 | 5 |
| Octal | 6 | 14 | 22 | 103 | 41 | 0 | 135 | 322 | 62 | 5 |
| Binary | 110 | 1100 | 10010 | 1000011 | 100001 | 0 | 1011101 | 11010010 | 110010 | 101 |
Color Harmonies of #060C12
Complementary color
Monochromatic Colors of #060C12
Black with #060C12
Text Example
Text Example
White with #060C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C12; }
p { color: rgb(6,12,18); }
H1.HeaderClassName
{
color: #060C12;
}
.AnyTagClassName
{
color: #060C12;
}
</style>
background-color css
<style>
a { background-color: #060C12; }
a { background-color: rgb(6,12,18); }
div.DivClassName
{
background-color: #060C12;
}
.BgClassName
{
background-color: #060C12;
}
</style>
border-color css
<style>
span { border-color: #060C12; }
span { border-color: rgb(6,12,18); }
td.TdClassName
{
border-color: #060C12;
}
.TagClassName
{
border-color: #060C12;
}
</style>