Shades of Black Pearl #061013
Tints of Black Pearl #061013
RGB
CMYK
RGB Variations
Color information
#061013 (or 0x061013) is known color: Black Pearl. HEX triplet: 06, 10 and 13. RGB value is (6,16,19). Sum of RGB (Red+Green+Blue) = 6+16+19=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #061013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061013 is #F9EFEC. Grayscale: #0D0D0D. Windows color (decimal): -16379885 or 1249286. OLE color: 1249286.
HSL color Cylindrical-coordinate representation of color #061013: hue angle of 193.85º 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 #061013 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 16 | 19 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.93 |
| HSL | 193.85º | 0.52% | 0.05% | - |
| HSV(B) | 193.85º | 0.68% | 0.07% | - |
| XYZ | 0.38 | 0.46 | 0.68 | - |
| YUV | 13.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 19 | 0.68 | 0.16 | 0 | 0.93 | 193.85 | 0.52 | 0.05 |
| Hex | 6 | 10 | 13 | 44 | 10 | 0 | 5D | C2 | 34 | 5 |
| Octal | 6 | 20 | 23 | 104 | 20 | 0 | 135 | 302 | 64 | 5 |
| Binary | 110 | 10000 | 10011 | 1000100 | 10000 | 0 | 1011101 | 11000010 | 110100 | 101 |
Color Harmonies of #061013
Complementary color
Monochromatic Colors of #061013
Black with #061013
Text Example
Text Example
White with #061013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061013; }
p { color: rgb(6,16,19); }
H1.HeaderClassName
{
color: #061013;
}
.AnyTagClassName
{
color: #061013;
}
</style>
background-color css
<style>
a { background-color: #061013; }
a { background-color: rgb(6,16,19); }
div.DivClassName
{
background-color: #061013;
}
.BgClassName
{
background-color: #061013;
}
</style>
border-color css
<style>
span { border-color: #061013; }
span { border-color: rgb(6,16,19); }
td.TdClassName
{
border-color: #061013;
}
.TagClassName
{
border-color: #061013;
}
</style>