Shades of Black Pearl #060C13
Tints of Black Pearl #060C13
RGB
CMYK
RGB Variations
Color information
#060C13 (or 0x060C13) is known color: Black Pearl. HEX triplet: 06, 0C and 13. RGB value is (6,12,19). Sum of RGB (Red+Green+Blue) = 6+12+19=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #060C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C13 is #F9F3EC. Grayscale: #0A0A0A. Windows color (decimal): -16380909 or 1248262. OLE color: 1248262.
HSL color Cylindrical-coordinate representation of color #060C13: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #060C13 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 12 | 19 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.93 |
| HSL | 212.31º | 0.52% | 0.05% | - |
| HSV(B) | 212.31º | 0.68% | 0.07% | - |
| XYZ | 0.32 | 0.35 | 0.67 | - |
| YUV | 11 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 19 | 0.68 | 0.37 | 0 | 0.93 | 212.31 | 0.52 | 0.05 |
| Hex | 6 | C | 13 | 44 | 25 | 0 | 5D | D4 | 34 | 5 |
| Octal | 6 | 14 | 23 | 104 | 45 | 0 | 135 | 324 | 64 | 5 |
| Binary | 110 | 1100 | 10011 | 1000100 | 100101 | 0 | 1011101 | 11010100 | 110100 | 101 |
Color Harmonies of #060C13
Complementary color
Monochromatic Colors of #060C13
Black with #060C13
Text Example
Text Example
White with #060C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C13; }
p { color: rgb(6,12,19); }
H1.HeaderClassName
{
color: #060C13;
}
.AnyTagClassName
{
color: #060C13;
}
</style>
background-color css
<style>
a { background-color: #060C13; }
a { background-color: rgb(6,12,19); }
div.DivClassName
{
background-color: #060C13;
}
.BgClassName
{
background-color: #060C13;
}
</style>
border-color css
<style>
span { border-color: #060C13; }
span { border-color: rgb(6,12,19); }
td.TdClassName
{
border-color: #060C13;
}
.TagClassName
{
border-color: #060C13;
}
</style>