Shades of Black Pearl #011019
Tints of Black Pearl #011019
RGB
CMYK
RGB Variations
Color information
#011019 (or 0x011019) is known color: Black Pearl. HEX triplet: 01, 10 and 19. RGB value is (1,16,25). Sum of RGB (Red+Green+Blue) = 1+16+25=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #011019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011019 is #FEEFE6. Grayscale: #0C0C0C. Windows color (decimal): -16707559 or 1642497. OLE color: 1642497.
HSL color Cylindrical-coordinate representation of color #011019: hue angle of 202.5º 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 #011019 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 16 | 25 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.90 |
| HSL | 202.5º | 0.92% | 0.05% | - |
| HSV(B) | 202.5º | 0.96% | 0.1% | - |
| XYZ | 0.37 | 0.45 | 0.99 | - |
| YUV | 12.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 25 | 0.96 | 0.36 | 0 | 0.90 | 202.5 | 0.92 | 0.05 |
| Hex | 1 | 10 | 19 | 60 | 24 | 0 | 5A | CA | 5C | 5 |
| Octal | 1 | 20 | 31 | 140 | 44 | 0 | 132 | 312 | 134 | 5 |
| Binary | 1 | 10000 | 11001 | 1100000 | 100100 | 0 | 1011010 | 11001010 | 1011100 | 101 |
Color Harmonies of #011019
Complementary color
Monochromatic Colors of #011019
Black with #011019
Text Example
Text Example
White with #011019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011019; }
p { color: rgb(1,16,25); }
H1.HeaderClassName
{
color: #011019;
}
.AnyTagClassName
{
color: #011019;
}
</style>
background-color css
<style>
a { background-color: #011019; }
a { background-color: rgb(1,16,25); }
div.DivClassName
{
background-color: #011019;
}
.BgClassName
{
background-color: #011019;
}
</style>
border-color css
<style>
span { border-color: #011019; }
span { border-color: rgb(1,16,25); }
td.TdClassName
{
border-color: #011019;
}
.TagClassName
{
border-color: #011019;
}
</style>