Shades of Black Pearl #011622
Tints of Black Pearl #011622
RGB
CMYK
RGB Variations
Color information
#011622 (or 0x011622) is known color: Black Pearl. HEX triplet: 01, 16 and 22. RGB value is (1,22,34). Sum of RGB (Red+Green+Blue) = 1+22+34=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #011622 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011622 is #FEE9DD. Grayscale: #111111. Windows color (decimal): -16706014 or 2233857. OLE color: 2233857.
HSL color Cylindrical-coordinate representation of color #011622: hue angle of 201.82º 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 #011622 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 22 | 34 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.87 |
| HSL | 201.82º | 0.94% | 0.07% | - |
| HSV(B) | 201.82º | 0.97% | 0.13% | - |
| XYZ | 0.59 | 0.7 | 1.62 | - |
| YUV | 17.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 34 | 0.97 | 0.35 | 0 | 0.87 | 201.82 | 0.94 | 0.07 |
| Hex | 1 | 16 | 22 | 61 | 23 | 0 | 57 | CA | 5E | 7 |
| Octal | 1 | 26 | 42 | 141 | 43 | 0 | 127 | 312 | 136 | 7 |
| Binary | 1 | 10110 | 100010 | 1100001 | 100011 | 0 | 1010111 | 11001010 | 1011110 | 111 |
Color Harmonies of #011622
Complementary color
Monochromatic Colors of #011622
Black with #011622
Text Example
Text Example
White with #011622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011622; }
p { color: rgb(1,22,34); }
H1.HeaderClassName
{
color: #011622;
}
.AnyTagClassName
{
color: #011622;
}
</style>
background-color css
<style>
a { background-color: #011622; }
a { background-color: rgb(1,22,34); }
div.DivClassName
{
background-color: #011622;
}
.BgClassName
{
background-color: #011622;
}
</style>
border-color css
<style>
span { border-color: #011622; }
span { border-color: rgb(1,22,34); }
td.TdClassName
{
border-color: #011622;
}
.TagClassName
{
border-color: #011622;
}
</style>