Shades of Black Pearl #071319
Tints of Black Pearl #071319
RGB
CMYK
RGB Variations
Color information
#071319 (or 0x071319) is known color: Black Pearl. HEX triplet: 07, 13 and 19. RGB value is (7,19,25). Sum of RGB (Red+Green+Blue) = 7+19+25=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #071319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071319 is #F8ECE6. Grayscale: #101010. Windows color (decimal): -16313575 or 1643271. OLE color: 1643271.
HSL color Cylindrical-coordinate representation of color #071319: hue angle of 200º 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 #071319 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 19 | 25 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.90 |
| HSL | 200º | 0.56% | 0.06% | - |
| HSV(B) | 200º | 0.72% | 0.1% | - |
| XYZ | 0.5 | 0.58 | 1.01 | - |
| YUV | 16.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 25 | 0.72 | 0.24 | 0 | 0.90 | 200 | 0.56 | 0.06 |
| Hex | 7 | 13 | 19 | 48 | 18 | 0 | 5A | C8 | 38 | 6 |
| Octal | 7 | 23 | 31 | 110 | 30 | 0 | 132 | 310 | 70 | 6 |
| Binary | 111 | 10011 | 11001 | 1001000 | 11000 | 0 | 1011010 | 11001000 | 111000 | 110 |
Color Harmonies of #071319
Complementary color
Monochromatic Colors of #071319
Black with #071319
Text Example
Text Example
White with #071319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071319; }
p { color: rgb(7,19,25); }
H1.HeaderClassName
{
color: #071319;
}
.AnyTagClassName
{
color: #071319;
}
</style>
background-color css
<style>
a { background-color: #071319; }
a { background-color: rgb(7,19,25); }
div.DivClassName
{
background-color: #071319;
}
.BgClassName
{
background-color: #071319;
}
</style>
border-color css
<style>
span { border-color: #071319; }
span { border-color: rgb(7,19,25); }
td.TdClassName
{
border-color: #071319;
}
.TagClassName
{
border-color: #071319;
}
</style>