Shades of Black Pearl #060C14
Tints of Black Pearl #060C14
RGB
CMYK
RGB Variations
Color information
#060C14 (or 0x060C14) is known color: Black Pearl. HEX triplet: 06, 0C and 14. RGB value is (6,12,20). Sum of RGB (Red+Green+Blue) = 6+12+20=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #060C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C14 is #F9F3EB. Grayscale: #0B0B0B. Windows color (decimal): -16380908 or 1313798. OLE color: 1313798.
HSL color Cylindrical-coordinate representation of color #060C14: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #060C14 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 12 | 20 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.92 |
| HSL | 214.29º | 0.54% | 0.05% | - |
| HSV(B) | 214.29º | 0.7% | 0.08% | - |
| XYZ | 0.33 | 0.35 | 0.71 | - |
| YUV | 11.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 20 | 0.70 | 0.40 | 0 | 0.92 | 214.29 | 0.54 | 0.05 |
| Hex | 6 | C | 14 | 46 | 28 | 0 | 5C | D6 | 36 | 5 |
| Octal | 6 | 14 | 24 | 106 | 50 | 0 | 134 | 326 | 66 | 5 |
| Binary | 110 | 1100 | 10100 | 1000110 | 101000 | 0 | 1011100 | 11010110 | 110110 | 101 |
Color Harmonies of #060C14
Complementary color
Monochromatic Colors of #060C14
Black with #060C14
Text Example
Text Example
White with #060C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C14; }
p { color: rgb(6,12,20); }
H1.HeaderClassName
{
color: #060C14;
}
.AnyTagClassName
{
color: #060C14;
}
</style>
background-color css
<style>
a { background-color: #060C14; }
a { background-color: rgb(6,12,20); }
div.DivClassName
{
background-color: #060C14;
}
.BgClassName
{
background-color: #060C14;
}
</style>
border-color css
<style>
span { border-color: #060C14; }
span { border-color: rgb(6,12,20); }
td.TdClassName
{
border-color: #060C14;
}
.TagClassName
{
border-color: #060C14;
}
</style>