Shades of Black Pearl #061114
Tints of Black Pearl #061114
RGB
CMYK
RGB Variations
Color information
#061114 (or 0x061114) is known color: Black Pearl. HEX triplet: 06, 11 and 14. RGB value is (6,17,20). Sum of RGB (Red+Green+Blue) = 6+17+20=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #061114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061114 is #F9EEEB. Grayscale: #0E0E0E. Windows color (decimal): -16379628 or 1315078. OLE color: 1315078.
HSL color Cylindrical-coordinate representation of color #061114: hue angle of 192.86º 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 #061114 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 17 | 20 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.92 |
| HSL | 192.86º | 0.54% | 0.05% | - |
| HSV(B) | 192.86º | 0.7% | 0.08% | - |
| XYZ | 0.4 | 0.49 | 0.74 | - |
| YUV | 14.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 20 | 0.70 | 0.15 | 0 | 0.92 | 192.86 | 0.54 | 0.05 |
| Hex | 6 | 11 | 14 | 46 | F | 0 | 5C | C1 | 36 | 5 |
| Octal | 6 | 21 | 24 | 106 | 17 | 0 | 134 | 301 | 66 | 5 |
| Binary | 110 | 10001 | 10100 | 1000110 | 1111 | 0 | 1011100 | 11000001 | 110110 | 101 |
Color Harmonies of #061114
Complementary color
Monochromatic Colors of #061114
Black with #061114
Text Example
Text Example
White with #061114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061114; }
p { color: rgb(6,17,20); }
H1.HeaderClassName
{
color: #061114;
}
.AnyTagClassName
{
color: #061114;
}
</style>
background-color css
<style>
a { background-color: #061114; }
a { background-color: rgb(6,17,20); }
div.DivClassName
{
background-color: #061114;
}
.BgClassName
{
background-color: #061114;
}
</style>
border-color css
<style>
span { border-color: #061114; }
span { border-color: rgb(6,17,20); }
td.TdClassName
{
border-color: #061114;
}
.TagClassName
{
border-color: #061114;
}
</style>