Shades of Black Pearl #07191C
Tints of Black Pearl #07191C
RGB
CMYK
RGB Variations
Color information
#07191C (or 0x07191C) is known color: Black Pearl. HEX triplet: 07, 19 and 1C. RGB value is (7,25,28). Sum of RGB (Red+Green+Blue) = 7+25+28=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #07191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191C is #F8E6E3. Grayscale: #131313. Windows color (decimal): -16312036 or 1841415. OLE color: 1841415.
HSL color Cylindrical-coordinate representation of color #07191C: hue angle of 188.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07191C is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 25 | 28 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.89 |
| HSL | 188.57º | 0.6% | 0.07% | - |
| HSV(B) | 188.57º | 0.75% | 0.11% | - |
| XYZ | 0.64 | 0.82 | 1.22 | - |
| YUV | 19.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 28 | 0.75 | 0.11 | 0 | 0.89 | 188.57 | 0.6 | 0.07 |
| Hex | 7 | 19 | 1C | 4B | B | 0 | 59 | BD | 3C | 7 |
| Octal | 7 | 31 | 34 | 113 | 13 | 0 | 131 | 275 | 74 | 7 |
| Binary | 111 | 11001 | 11100 | 1001011 | 1011 | 0 | 1011001 | 10111101 | 111100 | 111 |
Color Harmonies of #07191C
Complementary color
Monochromatic Colors of #07191C
Black with #07191C
Text Example
Text Example
White with #07191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07191C; }
p { color: rgb(7,25,28); }
H1.HeaderClassName
{
color: #07191C;
}
.AnyTagClassName
{
color: #07191C;
}
</style>
background-color css
<style>
a { background-color: #07191C; }
a { background-color: rgb(7,25,28); }
div.DivClassName
{
background-color: #07191C;
}
.BgClassName
{
background-color: #07191C;
}
</style>
border-color css
<style>
span { border-color: #07191C; }
span { border-color: rgb(7,25,28); }
td.TdClassName
{
border-color: #07191C;
}
.TagClassName
{
border-color: #07191C;
}
</style>