Shades of Black Pearl #011A21
Tints of Black Pearl #011A21
RGB
CMYK
RGB Variations
Color information
#011A21 (or 0x011A21) is known color: Black Pearl. HEX triplet: 01, 1A and 21. RGB value is (1,26,33). Sum of RGB (Red+Green+Blue) = 1+26+33=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #011A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A21 is #FEE5DE. Grayscale: #131313. Windows color (decimal): -16704991 or 2169345. OLE color: 2169345.
HSL color Cylindrical-coordinate representation of color #011A21: hue angle of 193.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011A21 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 26 | 33 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.87 |
| HSL | 193.13º | 0.94% | 0.07% | - |
| HSV(B) | 193.13º | 0.97% | 0.13% | - |
| XYZ | 0.66 | 0.86 | 1.57 | - |
| YUV | 19.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 33 | 0.97 | 0.21 | 0 | 0.87 | 193.13 | 0.94 | 0.07 |
| Hex | 1 | 1A | 21 | 61 | 15 | 0 | 57 | C1 | 5E | 7 |
| Octal | 1 | 32 | 41 | 141 | 25 | 0 | 127 | 301 | 136 | 7 |
| Binary | 1 | 11010 | 100001 | 1100001 | 10101 | 0 | 1010111 | 11000001 | 1011110 | 111 |
Color Harmonies of #011A21
Complementary color
Monochromatic Colors of #011A21
Black with #011A21
Text Example
Text Example
White with #011A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A21; }
p { color: rgb(1,26,33); }
H1.HeaderClassName
{
color: #011A21;
}
.AnyTagClassName
{
color: #011A21;
}
</style>
background-color css
<style>
a { background-color: #011A21; }
a { background-color: rgb(1,26,33); }
div.DivClassName
{
background-color: #011A21;
}
.BgClassName
{
background-color: #011A21;
}
</style>
border-color css
<style>
span { border-color: #011A21; }
span { border-color: rgb(1,26,33); }
td.TdClassName
{
border-color: #011A21;
}
.TagClassName
{
border-color: #011A21;
}
</style>