Shades of Black Pearl #07191F
Tints of Black Pearl #07191F
RGB
CMYK
RGB Variations
Color information
#07191F (or 0x07191F) is known color: Black Pearl. HEX triplet: 07, 19 and 1F. RGB value is (7,25,31). Sum of RGB (Red+Green+Blue) = 7+25+31=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #07191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191F is #F8E6E0. Grayscale: #141414. Windows color (decimal): -16312033 or 2038023. OLE color: 2038023.
HSL color Cylindrical-coordinate representation of color #07191F: hue angle of 195º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07191F is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 25 | 31 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.88 |
| HSL | 195º | 0.63% | 0.07% | - |
| HSV(B) | 195º | 0.77% | 0.12% | - |
| XYZ | 0.68 | 0.84 | 1.42 | - |
| YUV | 20.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 31 | 0.77 | 0.19 | 0 | 0.88 | 195 | 0.63 | 0.07 |
| Hex | 7 | 19 | 1F | 4D | 13 | 0 | 58 | C3 | 3F | 7 |
| Octal | 7 | 31 | 37 | 115 | 23 | 0 | 130 | 303 | 77 | 7 |
| Binary | 111 | 11001 | 11111 | 1001101 | 10011 | 0 | 1011000 | 11000011 | 111111 | 111 |
Color Harmonies of #07191F
Complementary color
Monochromatic Colors of #07191F
Black with #07191F
Text Example
Text Example
White with #07191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07191F; }
p { color: rgb(7,25,31); }
H1.HeaderClassName
{
color: #07191F;
}
.AnyTagClassName
{
color: #07191F;
}
</style>
background-color css
<style>
a { background-color: #07191F; }
a { background-color: rgb(7,25,31); }
div.DivClassName
{
background-color: #07191F;
}
.BgClassName
{
background-color: #07191F;
}
</style>
border-color css
<style>
span { border-color: #07191F; }
span { border-color: rgb(7,25,31); }
td.TdClassName
{
border-color: #07191F;
}
.TagClassName
{
border-color: #07191F;
}
</style>