Shades of Black Pearl #061120
Tints of Black Pearl #061120
RGB
CMYK
RGB Variations
Color information
#061120 (or 0x061120) is known color: Black Pearl. HEX triplet: 06, 11 and 20. RGB value is (6,17,32). Sum of RGB (Red+Green+Blue) = 6+17+32=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #061120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061120 is #F9EEDF. Grayscale: #0F0F0F. Windows color (decimal): -16379616 or 2101510. OLE color: 2101510.
HSL color Cylindrical-coordinate representation of color #061120: hue angle of 214.62º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061120 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 17 | 32 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.87 |
| HSL | 214.62º | 0.68% | 0.07% | - |
| HSV(B) | 214.62º | 0.81% | 0.13% | - |
| XYZ | 0.54 | 0.54 | 1.44 | - |
| YUV | 15.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 32 | 0.81 | 0.47 | 0 | 0.87 | 214.62 | 0.68 | 0.07 |
| Hex | 6 | 11 | 20 | 51 | 2F | 0 | 57 | D7 | 44 | 7 |
| Octal | 6 | 21 | 40 | 121 | 57 | 0 | 127 | 327 | 104 | 7 |
| Binary | 110 | 10001 | 100000 | 1010001 | 101111 | 0 | 1010111 | 11010111 | 1000100 | 111 |
Color Harmonies of #061120
Complementary color
Monochromatic Colors of #061120
Black with #061120
Text Example
Text Example
White with #061120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061120; }
p { color: rgb(6,17,32); }
H1.HeaderClassName
{
color: #061120;
}
.AnyTagClassName
{
color: #061120;
}
</style>
background-color css
<style>
a { background-color: #061120; }
a { background-color: rgb(6,17,32); }
div.DivClassName
{
background-color: #061120;
}
.BgClassName
{
background-color: #061120;
}
</style>
border-color css
<style>
span { border-color: #061120; }
span { border-color: rgb(6,17,32); }
td.TdClassName
{
border-color: #061120;
}
.TagClassName
{
border-color: #061120;
}
</style>