Shades of Black Pearl #011922
Tints of Black Pearl #011922
RGB
CMYK
RGB Variations
Color information
#011922 (or 0x011922) is known color: Black Pearl. HEX triplet: 01, 19 and 22. RGB value is (1,25,34). Sum of RGB (Red+Green+Blue) = 1+25+34=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #011922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011922 is #FEE6DD. Grayscale: #121212. Windows color (decimal): -16705246 or 2234625. OLE color: 2234625.
HSL color Cylindrical-coordinate representation of color #011922: hue angle of 196.36º 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 #011922 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 25 | 34 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.87 |
| HSL | 196.36º | 0.94% | 0.07% | - |
| HSV(B) | 196.36º | 0.97% | 0.13% | - |
| XYZ | 0.65 | 0.82 | 1.64 | - |
| YUV | 18.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 34 | 0.97 | 0.26 | 0 | 0.87 | 196.36 | 0.94 | 0.07 |
| Hex | 1 | 19 | 22 | 61 | 1A | 0 | 57 | C4 | 5E | 7 |
| Octal | 1 | 31 | 42 | 141 | 32 | 0 | 127 | 304 | 136 | 7 |
| Binary | 1 | 11001 | 100010 | 1100001 | 11010 | 0 | 1010111 | 11000100 | 1011110 | 111 |
Color Harmonies of #011922
Complementary color
Monochromatic Colors of #011922
Black with #011922
Text Example
Text Example
White with #011922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011922; }
p { color: rgb(1,25,34); }
H1.HeaderClassName
{
color: #011922;
}
.AnyTagClassName
{
color: #011922;
}
</style>
background-color css
<style>
a { background-color: #011922; }
a { background-color: rgb(1,25,34); }
div.DivClassName
{
background-color: #011922;
}
.BgClassName
{
background-color: #011922;
}
</style>
border-color css
<style>
span { border-color: #011922; }
span { border-color: rgb(1,25,34); }
td.TdClassName
{
border-color: #011922;
}
.TagClassName
{
border-color: #011922;
}
</style>