Shades of Black Pearl #011519
Tints of Black Pearl #011519
RGB
CMYK
RGB Variations
Color information
#011519 (or 0x011519) is known color: Black Pearl. HEX triplet: 01, 15 and 19. RGB value is (1,21,25). Sum of RGB (Red+Green+Blue) = 1+21+25=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #011519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011519 is #FEEAE6. Grayscale: #0F0F0F. Windows color (decimal): -16706279 or 1643777. OLE color: 1643777.
HSL color Cylindrical-coordinate representation of color #011519: hue angle of 190º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011519 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 21 | 25 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.90 |
| HSL | 190º | 0.92% | 0.05% | - |
| HSV(B) | 190º | 0.96% | 0.1% | - |
| XYZ | 0.46 | 0.61 | 1.01 | - |
| YUV | 15.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 25 | 0.96 | 0.16 | 0 | 0.90 | 190 | 0.92 | 0.05 |
| Hex | 1 | 15 | 19 | 60 | 10 | 0 | 5A | BE | 5C | 5 |
| Octal | 1 | 25 | 31 | 140 | 20 | 0 | 132 | 276 | 134 | 5 |
| Binary | 1 | 10101 | 11001 | 1100000 | 10000 | 0 | 1011010 | 10111110 | 1011100 | 101 |
Color Harmonies of #011519
Complementary color
Monochromatic Colors of #011519
Black with #011519
Text Example
Text Example
White with #011519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011519; }
p { color: rgb(1,21,25); }
H1.HeaderClassName
{
color: #011519;
}
.AnyTagClassName
{
color: #011519;
}
</style>
background-color css
<style>
a { background-color: #011519; }
a { background-color: rgb(1,21,25); }
div.DivClassName
{
background-color: #011519;
}
.BgClassName
{
background-color: #011519;
}
</style>
border-color css
<style>
span { border-color: #011519; }
span { border-color: rgb(1,21,25); }
td.TdClassName
{
border-color: #011519;
}
.TagClassName
{
border-color: #011519;
}
</style>