Shades of Black Pearl #001019
Tints of Black Pearl #001019
RGB
CMYK
RGB Variations
Color information
#001019 (or 0x001019) is known color: Black Pearl. HEX triplet: 00, 10 and 19. RGB value is (0,16,25). Sum of RGB (Red+Green+Blue) = 0+16+25=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #001019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001019 is #FFEFE6. Grayscale: #0C0C0C. Windows color (decimal): -16773095 or 1642496. OLE color: 1642496.
HSL color Cylindrical-coordinate representation of color #001019: hue angle of 201.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001019 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 16 | 25 | - |
| CMYK | 1 | 0.36 | 0 | 0.90 |
| HSL | 201.6º | 1% | 0.05% | - |
| HSV(B) | 201.6º | 1% | 0.1% | - |
| XYZ | 0.36 | 0.44 | 0.99 | - |
| YUV | 12.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 25 | 1 | 0.36 | 0 | 0.90 | 201.6 | 1 | 0.05 |
| Hex | 0 | 10 | 19 | 64 | 24 | 0 | 5A | CA | 64 | 5 |
| Octal | 0 | 20 | 31 | 144 | 44 | 0 | 132 | 312 | 144 | 5 |
| Binary | 0 | 10000 | 11001 | 1100100 | 100100 | 0 | 1011010 | 11001010 | 1100100 | 101 |
Color Harmonies of #001019
Complementary color
Monochromatic Colors of #001019
Black with #001019
Text Example
Text Example
White with #001019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001019; }
p { color: rgb(0,16,25); }
H1.HeaderClassName
{
color: #001019;
}
.AnyTagClassName
{
color: #001019;
}
</style>
background-color css
<style>
a { background-color: #001019; }
a { background-color: rgb(0,16,25); }
div.DivClassName
{
background-color: #001019;
}
.BgClassName
{
background-color: #001019;
}
</style>
border-color css
<style>
span { border-color: #001019; }
span { border-color: rgb(0,16,25); }
td.TdClassName
{
border-color: #001019;
}
.TagClassName
{
border-color: #001019;
}
</style>