Shades of Black Pearl #011420
Tints of Black Pearl #011420
RGB
CMYK
RGB Variations
Color information
#011420 (or 0x011420) is known color: Black Pearl. HEX triplet: 01, 14 and 20. RGB value is (1,20,32). Sum of RGB (Red+Green+Blue) = 1+20+32=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #011420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011420 is #FEEBDF. Grayscale: #0F0F0F. Windows color (decimal): -16706528 or 2102273. OLE color: 2102273.
HSL color Cylindrical-coordinate representation of color #011420: hue angle of 203.23º 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 #011420 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 20 | 32 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.87 |
| HSL | 203.23º | 0.94% | 0.06% | - |
| HSV(B) | 203.23º | 0.97% | 0.13% | - |
| XYZ | 0.52 | 0.61 | 1.46 | - |
| YUV | 15.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 32 | 0.97 | 0.37 | 0 | 0.87 | 203.23 | 0.94 | 0.06 |
| Hex | 1 | 14 | 20 | 61 | 25 | 0 | 57 | CB | 5E | 6 |
| Octal | 1 | 24 | 40 | 141 | 45 | 0 | 127 | 313 | 136 | 6 |
| Binary | 1 | 10100 | 100000 | 1100001 | 100101 | 0 | 1010111 | 11001011 | 1011110 | 110 |
Color Harmonies of #011420
Complementary color
Monochromatic Colors of #011420
Black with #011420
Text Example
Text Example
White with #011420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011420; }
p { color: rgb(1,20,32); }
H1.HeaderClassName
{
color: #011420;
}
.AnyTagClassName
{
color: #011420;
}
</style>
background-color css
<style>
a { background-color: #011420; }
a { background-color: rgb(1,20,32); }
div.DivClassName
{
background-color: #011420;
}
.BgClassName
{
background-color: #011420;
}
</style>
border-color css
<style>
span { border-color: #011420; }
span { border-color: rgb(1,20,32); }
td.TdClassName
{
border-color: #011420;
}
.TagClassName
{
border-color: #011420;
}
</style>