Shades of Black Pearl #061B20
Tints of Black Pearl #061B20
RGB
CMYK
RGB Variations
Color information
#061B20 (or 0x061B20) is known color: Black Pearl. HEX triplet: 06, 1B and 20. RGB value is (6,27,32). Sum of RGB (Red+Green+Blue) = 6+27+32=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #061B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B20 is #F9E4DF. Grayscale: #151515. Windows color (decimal): -16377056 or 2104070. OLE color: 2104070.
HSL color Cylindrical-coordinate representation of color #061B20: hue angle of 191.54º 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 #061B20 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 27 | 32 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.87 |
| HSL | 191.54º | 0.68% | 0.07% | - |
| HSV(B) | 191.54º | 0.81% | 0.13% | - |
| XYZ | 0.73 | 0.93 | 1.51 | - |
| YUV | 21.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 32 | 0.81 | 0.16 | 0 | 0.87 | 191.54 | 0.68 | 0.07 |
| Hex | 6 | 1B | 20 | 51 | 10 | 0 | 57 | C0 | 44 | 7 |
| Octal | 6 | 33 | 40 | 121 | 20 | 0 | 127 | 300 | 104 | 7 |
| Binary | 110 | 11011 | 100000 | 1010001 | 10000 | 0 | 1010111 | 11000000 | 1000100 | 111 |
Color Harmonies of #061B20
Complementary color
Monochromatic Colors of #061B20
Black with #061B20
Text Example
Text Example
White with #061B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B20; }
p { color: rgb(6,27,32); }
H1.HeaderClassName
{
color: #061B20;
}
.AnyTagClassName
{
color: #061B20;
}
</style>
background-color css
<style>
a { background-color: #061B20; }
a { background-color: rgb(6,27,32); }
div.DivClassName
{
background-color: #061B20;
}
.BgClassName
{
background-color: #061B20;
}
</style>
border-color css
<style>
span { border-color: #061B20; }
span { border-color: rgb(6,27,32); }
td.TdClassName
{
border-color: #061B20;
}
.TagClassName
{
border-color: #061B20;
}
</style>