Shades of Black Pearl #07191B
Tints of Black Pearl #07191B
RGB
CMYK
RGB Variations
Color information
#07191B (or 0x07191B) is known color: Black Pearl. HEX triplet: 07, 19 and 1B. RGB value is (7,25,27). Sum of RGB (Red+Green+Blue) = 7+25+27=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #07191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191B is #F8E6E4. Grayscale: #131313. Windows color (decimal): -16312037 or 1775879. OLE color: 1775879.
HSL color Cylindrical-coordinate representation of color #07191B: hue angle of 186º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07191B is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 25 | 27 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.89 |
| HSL | 186º | 0.59% | 0.07% | - |
| HSV(B) | 186º | 0.74% | 0.11% | - |
| XYZ | 0.63 | 0.82 | 1.16 | - |
| YUV | 19.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 27 | 0.74 | 0.07 | 0 | 0.89 | 186 | 0.59 | 0.07 |
| Hex | 7 | 19 | 1B | 4A | 7 | 0 | 59 | BA | 3B | 7 |
| Octal | 7 | 31 | 33 | 112 | 7 | 0 | 131 | 272 | 73 | 7 |
| Binary | 111 | 11001 | 11011 | 1001010 | 111 | 0 | 1011001 | 10111010 | 111011 | 111 |
Color Harmonies of #07191B
Complementary color
Monochromatic Colors of #07191B
Black with #07191B
Text Example
Text Example
White with #07191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07191B; }
p { color: rgb(7,25,27); }
H1.HeaderClassName
{
color: #07191B;
}
.AnyTagClassName
{
color: #07191B;
}
</style>
background-color css
<style>
a { background-color: #07191B; }
a { background-color: rgb(7,25,27); }
div.DivClassName
{
background-color: #07191B;
}
.BgClassName
{
background-color: #07191B;
}
</style>
border-color css
<style>
span { border-color: #07191B; }
span { border-color: rgb(7,25,27); }
td.TdClassName
{
border-color: #07191B;
}
.TagClassName
{
border-color: #07191B;
}
</style>