Shades of Black Pearl #071819
Tints of Black Pearl #071819
RGB
CMYK
RGB Variations
Color information
#071819 (or 0x071819) is known color: Black Pearl. HEX triplet: 07, 18 and 19. RGB value is (7,24,25). Sum of RGB (Red+Green+Blue) = 7+24+25=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #071819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071819 is #F8E7E6. Grayscale: #131313. Windows color (decimal): -16312295 or 1644551. OLE color: 1644551.
HSL color Cylindrical-coordinate representation of color #071819: hue angle of 183.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 #071819 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 24 | 25 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.90 |
| HSL | 183.33º | 0.56% | 0.06% | - |
| HSV(B) | 183.33º | 0.72% | 0.1% | - |
| XYZ | 0.59 | 0.77 | 1.04 | - |
| YUV | 19.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 25 | 0.72 | 0.04 | 0 | 0.90 | 183.33 | 0.56 | 0.06 |
| Hex | 7 | 18 | 19 | 48 | 4 | 0 | 5A | B7 | 38 | 6 |
| Octal | 7 | 30 | 31 | 110 | 4 | 0 | 132 | 267 | 70 | 6 |
| Binary | 111 | 11000 | 11001 | 1001000 | 100 | 0 | 1011010 | 10110111 | 111000 | 110 |
Color Harmonies of #071819
Complementary color
Monochromatic Colors of #071819
Black with #071819
Text Example
Text Example
White with #071819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071819; }
p { color: rgb(7,24,25); }
H1.HeaderClassName
{
color: #071819;
}
.AnyTagClassName
{
color: #071819;
}
</style>
background-color css
<style>
a { background-color: #071819; }
a { background-color: rgb(7,24,25); }
div.DivClassName
{
background-color: #071819;
}
.BgClassName
{
background-color: #071819;
}
</style>
border-color css
<style>
span { border-color: #071819; }
span { border-color: rgb(7,24,25); }
td.TdClassName
{
border-color: #071819;
}
.TagClassName
{
border-color: #071819;
}
</style>