Shades of Black Pearl #011219
Tints of Black Pearl #011219
RGB
CMYK
RGB Variations
Color information
#011219 (or 0x011219) is known color: Black Pearl. HEX triplet: 01, 12 and 19. RGB value is (1,18,25). Sum of RGB (Red+Green+Blue) = 1+18+25=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #011219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011219 is #FEEDE6. Grayscale: #0D0D0D. Windows color (decimal): -16707047 or 1643009. OLE color: 1643009.
HSL color Cylindrical-coordinate representation of color #011219: hue angle of 197.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 #011219 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 18 | 25 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.90 |
| HSL | 197.5º | 0.92% | 0.05% | - |
| HSV(B) | 197.5º | 0.96% | 0.1% | - |
| XYZ | 0.4 | 0.51 | 1 | - |
| YUV | 13.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 25 | 0.96 | 0.28 | 0 | 0.90 | 197.5 | 0.92 | 0.05 |
| Hex | 1 | 12 | 19 | 60 | 1C | 0 | 5A | C6 | 5C | 5 |
| Octal | 1 | 22 | 31 | 140 | 34 | 0 | 132 | 306 | 134 | 5 |
| Binary | 1 | 10010 | 11001 | 1100000 | 11100 | 0 | 1011010 | 11000110 | 1011100 | 101 |
Color Harmonies of #011219
Complementary color
Monochromatic Colors of #011219
Black with #011219
Text Example
Text Example
White with #011219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011219; }
p { color: rgb(1,18,25); }
H1.HeaderClassName
{
color: #011219;
}
.AnyTagClassName
{
color: #011219;
}
</style>
background-color css
<style>
a { background-color: #011219; }
a { background-color: rgb(1,18,25); }
div.DivClassName
{
background-color: #011219;
}
.BgClassName
{
background-color: #011219;
}
</style>
border-color css
<style>
span { border-color: #011219; }
span { border-color: rgb(1,18,25); }
td.TdClassName
{
border-color: #011219;
}
.TagClassName
{
border-color: #011219;
}
</style>