Shades of Black Pearl #071115
Tints of Black Pearl #071115
RGB
CMYK
RGB Variations
Color information
#071115 (or 0x071115) is known color: Black Pearl. HEX triplet: 07, 11 and 15. RGB value is (7,17,21). Sum of RGB (Red+Green+Blue) = 7+17+21=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #071115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071115 is #F8EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16314091 or 1380615. OLE color: 1380615.
HSL color Cylindrical-coordinate representation of color #071115: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #071115 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 17 | 21 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.92 |
| HSL | 197.14º | 0.5% | 0.05% | - |
| HSV(B) | 197.14º | 0.67% | 0.08% | - |
| XYZ | 0.42 | 0.5 | 0.78 | - |
| YUV | 14.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 21 | 0.67 | 0.19 | 0 | 0.92 | 197.14 | 0.5 | 0.05 |
| Hex | 7 | 11 | 15 | 43 | 13 | 0 | 5C | C5 | 32 | 5 |
| Octal | 7 | 21 | 25 | 103 | 23 | 0 | 134 | 305 | 62 | 5 |
| Binary | 111 | 10001 | 10101 | 1000011 | 10011 | 0 | 1011100 | 11000101 | 110010 | 101 |
Color Harmonies of #071115
Complementary color
Monochromatic Colors of #071115
Black with #071115
Text Example
Text Example
White with #071115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071115; }
p { color: rgb(7,17,21); }
H1.HeaderClassName
{
color: #071115;
}
.AnyTagClassName
{
color: #071115;
}
</style>
background-color css
<style>
a { background-color: #071115; }
a { background-color: rgb(7,17,21); }
div.DivClassName
{
background-color: #071115;
}
.BgClassName
{
background-color: #071115;
}
</style>
border-color css
<style>
span { border-color: #071115; }
span { border-color: rgb(7,17,21); }
td.TdClassName
{
border-color: #071115;
}
.TagClassName
{
border-color: #071115;
}
</style>