Shades of Black Pearl #07191A
Tints of Black Pearl #07191A
RGB
CMYK
RGB Variations
Color information
#07191A (or 0x07191A) is known color: Black Pearl. HEX triplet: 07, 19 and 1A. RGB value is (7,25,26). Sum of RGB (Red+Green+Blue) = 7+25+26=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #07191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191A is #F8E6E5. Grayscale: #131313. Windows color (decimal): -16312038 or 1710343. OLE color: 1710343.
HSL color Cylindrical-coordinate representation of color #07191A: hue angle of 183.16º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #07191A is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 26 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.90 |
| HSL | 183.16º | 0.58% | 0.06% | - |
| HSV(B) | 183.16º | 0.73% | 0.1% | - |
| XYZ | 0.62 | 0.82 | 1.1 | - |
| YUV | 19.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 26 | 0.73 | 0.04 | 0 | 0.90 | 183.16 | 0.58 | 0.06 |
| Hex | 7 | 19 | 1A | 49 | 4 | 0 | 5A | B7 | 3A | 6 |
| Octal | 7 | 31 | 32 | 111 | 4 | 0 | 132 | 267 | 72 | 6 |
| Binary | 111 | 11001 | 11010 | 1001001 | 100 | 0 | 1011010 | 10110111 | 111010 | 110 |
Color Harmonies of #07191A
Complementary color
Monochromatic Colors of #07191A
Black with #07191A
Text Example
Text Example
White with #07191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07191A; }
p { color: rgb(7,25,26); }
H1.HeaderClassName
{
color: #07191A;
}
.AnyTagClassName
{
color: #07191A;
}
</style>
background-color css
<style>
a { background-color: #07191A; }
a { background-color: rgb(7,25,26); }
div.DivClassName
{
background-color: #07191A;
}
.BgClassName
{
background-color: #07191A;
}
</style>
border-color css
<style>
span { border-color: #07191A; }
span { border-color: rgb(7,25,26); }
td.TdClassName
{
border-color: #07191A;
}
.TagClassName
{
border-color: #07191A;
}
</style>