Shades of Black Pearl #071519
Tints of Black Pearl #071519
RGB
CMYK
RGB Variations
Color information
#071519 (or 0x071519) is known color: Black Pearl. HEX triplet: 07, 15 and 19. RGB value is (7,21,25). Sum of RGB (Red+Green+Blue) = 7+21+25=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #071519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071519 is #F8EAE6. Grayscale: #111111. Windows color (decimal): -16313063 or 1643783. OLE color: 1643783.
HSL color Cylindrical-coordinate representation of color #071519: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071519 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 21 | 25 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.90 |
| HSL | 193.33º | 0.56% | 0.06% | - |
| HSV(B) | 193.33º | 0.72% | 0.1% | - |
| XYZ | 0.53 | 0.65 | 1.02 | - |
| YUV | 17.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 25 | 0.72 | 0.16 | 0 | 0.90 | 193.33 | 0.56 | 0.06 |
| Hex | 7 | 15 | 19 | 48 | 10 | 0 | 5A | C1 | 38 | 6 |
| Octal | 7 | 25 | 31 | 110 | 20 | 0 | 132 | 301 | 70 | 6 |
| Binary | 111 | 10101 | 11001 | 1001000 | 10000 | 0 | 1011010 | 11000001 | 111000 | 110 |
Color Harmonies of #071519
Complementary color
Monochromatic Colors of #071519
Black with #071519
Text Example
Text Example
White with #071519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071519; }
p { color: rgb(7,21,25); }
H1.HeaderClassName
{
color: #071519;
}
.AnyTagClassName
{
color: #071519;
}
</style>
background-color css
<style>
a { background-color: #071519; }
a { background-color: rgb(7,21,25); }
div.DivClassName
{
background-color: #071519;
}
.BgClassName
{
background-color: #071519;
}
</style>
border-color css
<style>
span { border-color: #071519; }
span { border-color: rgb(7,21,25); }
td.TdClassName
{
border-color: #071519;
}
.TagClassName
{
border-color: #071519;
}
</style>