Shades of Black Pearl #011421
Tints of Black Pearl #011421
RGB
CMYK
RGB Variations
Color information
#011421 (or 0x011421) is known color: Black Pearl. HEX triplet: 01, 14 and 21. RGB value is (1,20,33). Sum of RGB (Red+Green+Blue) = 1+20+33=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #011421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011421 is #FEEBDE. Grayscale: #0F0F0F. Windows color (decimal): -16706527 or 2167809. OLE color: 2167809.
HSL color Cylindrical-coordinate representation of color #011421: hue angle of 204.38º 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 #011421 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 20 | 33 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.87 |
| HSL | 204.38º | 0.94% | 0.07% | - |
| HSV(B) | 204.38º | 0.97% | 0.13% | - |
| XYZ | 0.54 | 0.62 | 1.53 | - |
| YUV | 15.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 33 | 0.97 | 0.39 | 0 | 0.87 | 204.38 | 0.94 | 0.07 |
| Hex | 1 | 14 | 21 | 61 | 27 | 0 | 57 | CC | 5E | 7 |
| Octal | 1 | 24 | 41 | 141 | 47 | 0 | 127 | 314 | 136 | 7 |
| Binary | 1 | 10100 | 100001 | 1100001 | 100111 | 0 | 1010111 | 11001100 | 1011110 | 111 |
Color Harmonies of #011421
Complementary color
Monochromatic Colors of #011421
Black with #011421
Text Example
Text Example
White with #011421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011421; }
p { color: rgb(1,20,33); }
H1.HeaderClassName
{
color: #011421;
}
.AnyTagClassName
{
color: #011421;
}
</style>
background-color css
<style>
a { background-color: #011421; }
a { background-color: rgb(1,20,33); }
div.DivClassName
{
background-color: #011421;
}
.BgClassName
{
background-color: #011421;
}
</style>
border-color css
<style>
span { border-color: #011421; }
span { border-color: rgb(1,20,33); }
td.TdClassName
{
border-color: #011421;
}
.TagClassName
{
border-color: #011421;
}
</style>