Shades of Black Pearl #011920
Tints of Black Pearl #011920
RGB
CMYK
RGB Variations
Color information
#011920 (or 0x011920) is known color: Black Pearl. HEX triplet: 01, 19 and 20. RGB value is (1,25,32). Sum of RGB (Red+Green+Blue) = 1+25+32=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #011920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011920 is #FEE6DF. Grayscale: #121212. Windows color (decimal): -16705248 or 2103553. OLE color: 2103553.
HSL color Cylindrical-coordinate representation of color #011920: hue angle of 193.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011920 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 25 | 32 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.87 |
| HSL | 193.55º | 0.94% | 0.06% | - |
| HSV(B) | 193.55º | 0.97% | 0.13% | - |
| XYZ | 0.62 | 0.81 | 1.49 | - |
| YUV | 18.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 32 | 0.97 | 0.22 | 0 | 0.87 | 193.55 | 0.94 | 0.06 |
| Hex | 1 | 19 | 20 | 61 | 16 | 0 | 57 | C2 | 5E | 6 |
| Octal | 1 | 31 | 40 | 141 | 26 | 0 | 127 | 302 | 136 | 6 |
| Binary | 1 | 11001 | 100000 | 1100001 | 10110 | 0 | 1010111 | 11000010 | 1011110 | 110 |
Color Harmonies of #011920
Complementary color
Monochromatic Colors of #011920
Black with #011920
Text Example
Text Example
White with #011920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011920; }
p { color: rgb(1,25,32); }
H1.HeaderClassName
{
color: #011920;
}
.AnyTagClassName
{
color: #011920;
}
</style>
background-color css
<style>
a { background-color: #011920; }
a { background-color: rgb(1,25,32); }
div.DivClassName
{
background-color: #011920;
}
.BgClassName
{
background-color: #011920;
}
</style>
border-color css
<style>
span { border-color: #011920; }
span { border-color: rgb(1,25,32); }
td.TdClassName
{
border-color: #011920;
}
.TagClassName
{
border-color: #011920;
}
</style>