Shades of Black Pearl #071019
Tints of Black Pearl #071019
RGB
CMYK
RGB Variations
Color information
#071019 (or 0x071019) is known color: Black Pearl. HEX triplet: 07, 10 and 19. RGB value is (7,16,25). Sum of RGB (Red+Green+Blue) = 7+16+25=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #071019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071019 is #F8EFE6. Grayscale: #0E0E0E. Windows color (decimal): -16314343 or 1642503. OLE color: 1642503.
HSL color Cylindrical-coordinate representation of color #071019: hue angle of 210º 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 #071019 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 16 | 25 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.90 |
| HSL | 210º | 0.56% | 0.06% | - |
| HSV(B) | 210º | 0.72% | 0.1% | - |
| XYZ | 0.45 | 0.49 | 0.99 | - |
| YUV | 14.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 25 | 0.72 | 0.36 | 0 | 0.90 | 210 | 0.56 | 0.06 |
| Hex | 7 | 10 | 19 | 48 | 24 | 0 | 5A | D2 | 38 | 6 |
| Octal | 7 | 20 | 31 | 110 | 44 | 0 | 132 | 322 | 70 | 6 |
| Binary | 111 | 10000 | 11001 | 1001000 | 100100 | 0 | 1011010 | 11010010 | 111000 | 110 |
Color Harmonies of #071019
Complementary color
Monochromatic Colors of #071019
Black with #071019
Text Example
Text Example
White with #071019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071019; }
p { color: rgb(7,16,25); }
H1.HeaderClassName
{
color: #071019;
}
.AnyTagClassName
{
color: #071019;
}
</style>
background-color css
<style>
a { background-color: #071019; }
a { background-color: rgb(7,16,25); }
div.DivClassName
{
background-color: #071019;
}
.BgClassName
{
background-color: #071019;
}
</style>
border-color css
<style>
span { border-color: #071019; }
span { border-color: rgb(7,16,25); }
td.TdClassName
{
border-color: #071019;
}
.TagClassName
{
border-color: #071019;
}
</style>