Shades of Black Pearl #011722
Tints of Black Pearl #011722
RGB
CMYK
RGB Variations
Color information
#011722 (or 0x011722) is known color: Black Pearl. HEX triplet: 01, 17 and 22. RGB value is (1,23,34). Sum of RGB (Red+Green+Blue) = 1+23+34=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #011722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011722 is #FEE8DD. Grayscale: #111111. Windows color (decimal): -16705758 or 2234113. OLE color: 2234113.
HSL color Cylindrical-coordinate representation of color #011722: hue angle of 200º 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 #011722 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 23 | 34 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.87 |
| HSL | 200º | 0.94% | 0.07% | - |
| HSV(B) | 200º | 0.97% | 0.13% | - |
| XYZ | 0.61 | 0.73 | 1.62 | - |
| YUV | 17.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 34 | 0.97 | 0.32 | 0 | 0.87 | 200 | 0.94 | 0.07 |
| Hex | 1 | 17 | 22 | 61 | 20 | 0 | 57 | C8 | 5E | 7 |
| Octal | 1 | 27 | 42 | 141 | 40 | 0 | 127 | 310 | 136 | 7 |
| Binary | 1 | 10111 | 100010 | 1100001 | 100000 | 0 | 1010111 | 11001000 | 1011110 | 111 |
Color Harmonies of #011722
Complementary color
Monochromatic Colors of #011722
Black with #011722
Text Example
Text Example
White with #011722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011722; }
p { color: rgb(1,23,34); }
H1.HeaderClassName
{
color: #011722;
}
.AnyTagClassName
{
color: #011722;
}
</style>
background-color css
<style>
a { background-color: #011722; }
a { background-color: rgb(1,23,34); }
div.DivClassName
{
background-color: #011722;
}
.BgClassName
{
background-color: #011722;
}
</style>
border-color css
<style>
span { border-color: #011722; }
span { border-color: rgb(1,23,34); }
td.TdClassName
{
border-color: #011722;
}
.TagClassName
{
border-color: #011722;
}
</style>