Shades of Black Pearl #011A20
Tints of Black Pearl #011A20
RGB
CMYK
RGB Variations
Color information
#011A20 (or 0x011A20) is known color: Black Pearl. HEX triplet: 01, 1A and 20. RGB value is (1,26,32). Sum of RGB (Red+Green+Blue) = 1+26+32=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #011A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A20 is #FEE5DF. Grayscale: #131313. Windows color (decimal): -16704992 or 2103809. OLE color: 2103809.
HSL color Cylindrical-coordinate representation of color #011A20: hue angle of 191.61º 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 #011A20 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 26 | 32 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.87 |
| HSL | 191.61º | 0.94% | 0.06% | - |
| HSV(B) | 191.61º | 0.97% | 0.13% | - |
| XYZ | 0.64 | 0.85 | 1.5 | - |
| YUV | 19.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 32 | 0.97 | 0.19 | 0 | 0.87 | 191.61 | 0.94 | 0.06 |
| Hex | 1 | 1A | 20 | 61 | 13 | 0 | 57 | C0 | 5E | 6 |
| Octal | 1 | 32 | 40 | 141 | 23 | 0 | 127 | 300 | 136 | 6 |
| Binary | 1 | 11010 | 100000 | 1100001 | 10011 | 0 | 1010111 | 11000000 | 1011110 | 110 |
Color Harmonies of #011A20
Complementary color
Monochromatic Colors of #011A20
Black with #011A20
Text Example
Text Example
White with #011A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A20; }
p { color: rgb(1,26,32); }
H1.HeaderClassName
{
color: #011A20;
}
.AnyTagClassName
{
color: #011A20;
}
</style>
background-color css
<style>
a { background-color: #011A20; }
a { background-color: rgb(1,26,32); }
div.DivClassName
{
background-color: #011A20;
}
.BgClassName
{
background-color: #011A20;
}
</style>
border-color css
<style>
span { border-color: #011A20; }
span { border-color: rgb(1,26,32); }
td.TdClassName
{
border-color: #011A20;
}
.TagClassName
{
border-color: #011A20;
}
</style>