Shades of Black Pearl #011D21
Tints of Black Pearl #011D21
RGB
CMYK
RGB Variations
Color information
#011D21 (or 0x011D21) is known color: Black Pearl. HEX triplet: 01, 1D and 21. RGB value is (1,29,33). Sum of RGB (Red+Green+Blue) = 1+29+33=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #011D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D21 is #FEE2DE. Grayscale: #151515. Windows color (decimal): -16704223 or 2170113. OLE color: 2170113.
HSL color Cylindrical-coordinate representation of color #011D21: hue angle of 187.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 #011D21 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 29 | 33 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.87 |
| HSL | 187.5º | 0.94% | 0.07% | - |
| HSV(B) | 187.5º | 0.97% | 0.13% | - |
| XYZ | 0.73 | 0.99 | 1.59 | - |
| YUV | 21.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 33 | 0.97 | 0.12 | 0 | 0.87 | 187.5 | 0.94 | 0.07 |
| Hex | 1 | 1D | 21 | 61 | C | 0 | 57 | BC | 5E | 7 |
| Octal | 1 | 35 | 41 | 141 | 14 | 0 | 127 | 274 | 136 | 7 |
| Binary | 1 | 11101 | 100001 | 1100001 | 1100 | 0 | 1010111 | 10111100 | 1011110 | 111 |
Color Harmonies of #011D21
Complementary color
Monochromatic Colors of #011D21
Black with #011D21
Text Example
Text Example
White with #011D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D21; }
p { color: rgb(1,29,33); }
H1.HeaderClassName
{
color: #011D21;
}
.AnyTagClassName
{
color: #011D21;
}
</style>
background-color css
<style>
a { background-color: #011D21; }
a { background-color: rgb(1,29,33); }
div.DivClassName
{
background-color: #011D21;
}
.BgClassName
{
background-color: #011D21;
}
</style>
border-color css
<style>
span { border-color: #011D21; }
span { border-color: rgb(1,29,33); }
td.TdClassName
{
border-color: #011D21;
}
.TagClassName
{
border-color: #011D21;
}
</style>