Shades of Black Pearl #011521
Tints of Black Pearl #011521
RGB
CMYK
RGB Variations
Color information
#011521 (or 0x011521) is known color: Black Pearl. HEX triplet: 01, 15 and 21. RGB value is (1,21,33). Sum of RGB (Red+Green+Blue) = 1+21+33=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #011521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011521 is #FEEADE. Grayscale: #101010. Windows color (decimal): -16706271 or 2168065. OLE color: 2168065.
HSL color Cylindrical-coordinate representation of color #011521: hue angle of 202.5º 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 #011521 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 21 | 33 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.87 |
| HSL | 202.5º | 0.94% | 0.07% | - |
| HSV(B) | 202.5º | 0.97% | 0.13% | - |
| XYZ | 0.56 | 0.65 | 1.54 | - |
| YUV | 16.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 33 | 0.97 | 0.36 | 0 | 0.87 | 202.5 | 0.94 | 0.07 |
| Hex | 1 | 15 | 21 | 61 | 24 | 0 | 57 | CA | 5E | 7 |
| Octal | 1 | 25 | 41 | 141 | 44 | 0 | 127 | 312 | 136 | 7 |
| Binary | 1 | 10101 | 100001 | 1100001 | 100100 | 0 | 1010111 | 11001010 | 1011110 | 111 |
Color Harmonies of #011521
Complementary color
Monochromatic Colors of #011521
Black with #011521
Text Example
Text Example
White with #011521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011521; }
p { color: rgb(1,21,33); }
H1.HeaderClassName
{
color: #011521;
}
.AnyTagClassName
{
color: #011521;
}
</style>
background-color css
<style>
a { background-color: #011521; }
a { background-color: rgb(1,21,33); }
div.DivClassName
{
background-color: #011521;
}
.BgClassName
{
background-color: #011521;
}
</style>
border-color css
<style>
span { border-color: #011521; }
span { border-color: rgb(1,21,33); }
td.TdClassName
{
border-color: #011521;
}
.TagClassName
{
border-color: #011521;
}
</style>