Shades of Black Pearl #071719
Tints of Black Pearl #071719
RGB
CMYK
RGB Variations
Color information
#071719 (or 0x071719) is known color: Black Pearl. HEX triplet: 07, 17 and 19. RGB value is (7,23,25). Sum of RGB (Red+Green+Blue) = 7+23+25=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #071719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071719 is #F8E8E6. Grayscale: #121212. Windows color (decimal): -16312551 or 1644295. OLE color: 1644295.
HSL color Cylindrical-coordinate representation of color #071719: hue angle of 186.67º 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 #071719 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 23 | 25 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.90 |
| HSL | 186.67º | 0.56% | 0.06% | - |
| HSV(B) | 186.67º | 0.72% | 0.1% | - |
| XYZ | 0.57 | 0.73 | 1.03 | - |
| YUV | 18.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 25 | 0.72 | 0.08 | 0 | 0.90 | 186.67 | 0.56 | 0.06 |
| Hex | 7 | 17 | 19 | 48 | 8 | 0 | 5A | BB | 38 | 6 |
| Octal | 7 | 27 | 31 | 110 | 10 | 0 | 132 | 273 | 70 | 6 |
| Binary | 111 | 10111 | 11001 | 1001000 | 1000 | 0 | 1011010 | 10111011 | 111000 | 110 |
Color Harmonies of #071719
Complementary color
Monochromatic Colors of #071719
Black with #071719
Text Example
Text Example
White with #071719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071719; }
p { color: rgb(7,23,25); }
H1.HeaderClassName
{
color: #071719;
}
.AnyTagClassName
{
color: #071719;
}
</style>
background-color css
<style>
a { background-color: #071719; }
a { background-color: rgb(7,23,25); }
div.DivClassName
{
background-color: #071719;
}
.BgClassName
{
background-color: #071719;
}
</style>
border-color css
<style>
span { border-color: #071719; }
span { border-color: rgb(7,23,25); }
td.TdClassName
{
border-color: #071719;
}
.TagClassName
{
border-color: #071719;
}
</style>