Shades of Black Pearl #061113
Tints of Black Pearl #061113
RGB
CMYK
RGB Variations
Color information
#061113 (or 0x061113) is known color: Black Pearl. HEX triplet: 06, 11 and 13. RGB value is (6,17,19). Sum of RGB (Red+Green+Blue) = 6+17+19=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #061113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061113 is #F9EEEC. Grayscale: #0D0D0D. Windows color (decimal): -16379629 or 1249542. OLE color: 1249542.
HSL color Cylindrical-coordinate representation of color #061113: hue angle of 189.23º 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 #061113 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 19 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.93 |
| HSL | 189.23º | 0.52% | 0.05% | - |
| HSV(B) | 189.23º | 0.68% | 0.07% | - |
| XYZ | 0.39 | 0.49 | 0.69 | - |
| YUV | 13.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 19 | 0.68 | 0.11 | 0 | 0.93 | 189.23 | 0.52 | 0.05 |
| Hex | 6 | 11 | 13 | 44 | B | 0 | 5D | BD | 34 | 5 |
| Octal | 6 | 21 | 23 | 104 | 13 | 0 | 135 | 275 | 64 | 5 |
| Binary | 110 | 10001 | 10011 | 1000100 | 1011 | 0 | 1011101 | 10111101 | 110100 | 101 |
Color Harmonies of #061113
Complementary color
Monochromatic Colors of #061113
Black with #061113
Text Example
Text Example
White with #061113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061113; }
p { color: rgb(6,17,19); }
H1.HeaderClassName
{
color: #061113;
}
.AnyTagClassName
{
color: #061113;
}
</style>
background-color css
<style>
a { background-color: #061113; }
a { background-color: rgb(6,17,19); }
div.DivClassName
{
background-color: #061113;
}
.BgClassName
{
background-color: #061113;
}
</style>
border-color css
<style>
span { border-color: #061113; }
span { border-color: rgb(6,17,19); }
td.TdClassName
{
border-color: #061113;
}
.TagClassName
{
border-color: #061113;
}
</style>