Shades of Black Pearl #011422
Tints of Black Pearl #011422
RGB
CMYK
RGB Variations
Color information
#011422 (or 0x011422) is known color: Black Pearl. HEX triplet: 01, 14 and 22. RGB value is (1,20,34). Sum of RGB (Red+Green+Blue) = 1+20+34=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #011422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011422 is #FEEBDD. Grayscale: #0F0F0F. Windows color (decimal): -16706526 or 2233345. OLE color: 2233345.
HSL color Cylindrical-coordinate representation of color #011422: hue angle of 205.45º 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 #011422 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 20 | 34 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.87 |
| HSL | 205.45º | 0.94% | 0.07% | - |
| HSV(B) | 205.45º | 0.97% | 0.13% | - |
| XYZ | 0.55 | 0.62 | 1.6 | - |
| YUV | 15.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 34 | 0.97 | 0.41 | 0 | 0.87 | 205.45 | 0.94 | 0.07 |
| Hex | 1 | 14 | 22 | 61 | 29 | 0 | 57 | CD | 5E | 7 |
| Octal | 1 | 24 | 42 | 141 | 51 | 0 | 127 | 315 | 136 | 7 |
| Binary | 1 | 10100 | 100010 | 1100001 | 101001 | 0 | 1010111 | 11001101 | 1011110 | 111 |
Color Harmonies of #011422
Complementary color
Monochromatic Colors of #011422
Black with #011422
Text Example
Text Example
White with #011422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011422; }
p { color: rgb(1,20,34); }
H1.HeaderClassName
{
color: #011422;
}
.AnyTagClassName
{
color: #011422;
}
</style>
background-color css
<style>
a { background-color: #011422; }
a { background-color: rgb(1,20,34); }
div.DivClassName
{
background-color: #011422;
}
.BgClassName
{
background-color: #011422;
}
</style>
border-color css
<style>
span { border-color: #011422; }
span { border-color: rgb(1,20,34); }
td.TdClassName
{
border-color: #011422;
}
.TagClassName
{
border-color: #011422;
}
</style>