Shades of Black Pearl #011721
Tints of Black Pearl #011721
RGB
CMYK
RGB Variations
Color information
#011721 (or 0x011721) is known color: Black Pearl. HEX triplet: 01, 17 and 21. RGB value is (1,23,33). Sum of RGB (Red+Green+Blue) = 1+23+33=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #011721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011721 is #FEE8DE. Grayscale: #111111. Windows color (decimal): -16705759 or 2168577. OLE color: 2168577.
HSL color Cylindrical-coordinate representation of color #011721: hue angle of 198.75º 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 #011721 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 23 | 33 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.87 |
| HSL | 198.75º | 0.94% | 0.07% | - |
| HSV(B) | 198.75º | 0.97% | 0.13% | - |
| XYZ | 0.59 | 0.73 | 1.55 | - |
| YUV | 17.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 33 | 0.97 | 0.30 | 0 | 0.87 | 198.75 | 0.94 | 0.07 |
| Hex | 1 | 17 | 21 | 61 | 1E | 0 | 57 | C7 | 5E | 7 |
| Octal | 1 | 27 | 41 | 141 | 36 | 0 | 127 | 307 | 136 | 7 |
| Binary | 1 | 10111 | 100001 | 1100001 | 11110 | 0 | 1010111 | 11000111 | 1011110 | 111 |
Color Harmonies of #011721
Complementary color
Monochromatic Colors of #011721
Black with #011721
Text Example
Text Example
White with #011721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011721; }
p { color: rgb(1,23,33); }
H1.HeaderClassName
{
color: #011721;
}
.AnyTagClassName
{
color: #011721;
}
</style>
background-color css
<style>
a { background-color: #011721; }
a { background-color: rgb(1,23,33); }
div.DivClassName
{
background-color: #011721;
}
.BgClassName
{
background-color: #011721;
}
</style>
border-color css
<style>
span { border-color: #011721; }
span { border-color: rgb(1,23,33); }
td.TdClassName
{
border-color: #011721;
}
.TagClassName
{
border-color: #011721;
}
</style>