Shades of Black Pearl #011319
Tints of Black Pearl #011319
RGB
CMYK
RGB Variations
Color information
#011319 (or 0x011319) is known color: Black Pearl. HEX triplet: 01, 13 and 19. RGB value is (1,19,25). Sum of RGB (Red+Green+Blue) = 1+19+25=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #011319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011319 is #FEECE6. Grayscale: #0E0E0E. Windows color (decimal): -16706791 or 1643265. OLE color: 1643265.
HSL color Cylindrical-coordinate representation of color #011319: hue angle of 195º 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 #011319 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 19 | 25 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.90 |
| HSL | 195º | 0.92% | 0.05% | - |
| HSV(B) | 195º | 0.96% | 0.1% | - |
| XYZ | 0.42 | 0.54 | 1 | - |
| YUV | 14.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 25 | 0.96 | 0.24 | 0 | 0.90 | 195 | 0.92 | 0.05 |
| Hex | 1 | 13 | 19 | 60 | 18 | 0 | 5A | C3 | 5C | 5 |
| Octal | 1 | 23 | 31 | 140 | 30 | 0 | 132 | 303 | 134 | 5 |
| Binary | 1 | 10011 | 11001 | 1100000 | 11000 | 0 | 1011010 | 11000011 | 1011100 | 101 |
Color Harmonies of #011319
Complementary color
Monochromatic Colors of #011319
Black with #011319
Text Example
Text Example
White with #011319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011319; }
p { color: rgb(1,19,25); }
H1.HeaderClassName
{
color: #011319;
}
.AnyTagClassName
{
color: #011319;
}
</style>
background-color css
<style>
a { background-color: #011319; }
a { background-color: rgb(1,19,25); }
div.DivClassName
{
background-color: #011319;
}
.BgClassName
{
background-color: #011319;
}
</style>
border-color css
<style>
span { border-color: #011319; }
span { border-color: rgb(1,19,25); }
td.TdClassName
{
border-color: #011319;
}
.TagClassName
{
border-color: #011319;
}
</style>