Shades of Black Pearl #011D20
Tints of Black Pearl #011D20
RGB
CMYK
RGB Variations
Color information
#011D20 (or 0x011D20) is known color: Black Pearl. HEX triplet: 01, 1D and 20. RGB value is (1,29,32). Sum of RGB (Red+Green+Blue) = 1+29+32=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #011D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D20 is #FEE2DF. Grayscale: #141414. Windows color (decimal): -16704224 or 2104577. OLE color: 2104577.
HSL color Cylindrical-coordinate representation of color #011D20: hue angle of 185.81º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D20 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 29 | 32 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.87 |
| HSL | 185.81º | 0.94% | 0.06% | - |
| HSV(B) | 185.81º | 0.97% | 0.13% | - |
| XYZ | 0.71 | 0.99 | 1.52 | - |
| YUV | 20.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 32 | 0.97 | 0.09 | 0 | 0.87 | 185.81 | 0.94 | 0.06 |
| Hex | 1 | 1D | 20 | 61 | 9 | 0 | 57 | BA | 5E | 6 |
| Octal | 1 | 35 | 40 | 141 | 11 | 0 | 127 | 272 | 136 | 6 |
| Binary | 1 | 11101 | 100000 | 1100001 | 1001 | 0 | 1010111 | 10111010 | 1011110 | 110 |
Color Harmonies of #011D20
Complementary color
Monochromatic Colors of #011D20
Black with #011D20
Text Example
Text Example
White with #011D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D20; }
p { color: rgb(1,29,32); }
H1.HeaderClassName
{
color: #011D20;
}
.AnyTagClassName
{
color: #011D20;
}
</style>
background-color css
<style>
a { background-color: #011D20; }
a { background-color: rgb(1,29,32); }
div.DivClassName
{
background-color: #011D20;
}
.BgClassName
{
background-color: #011D20;
}
</style>
border-color css
<style>
span { border-color: #011D20; }
span { border-color: rgb(1,29,32); }
td.TdClassName
{
border-color: #011D20;
}
.TagClassName
{
border-color: #011D20;
}
</style>