Shades of Black Pearl #071113
Tints of Black Pearl #071113
RGB
CMYK
RGB Variations
Color information
#071113 (or 0x071113) is known color: Black Pearl. HEX triplet: 07, 11 and 13. RGB value is (7,17,19). Sum of RGB (Red+Green+Blue) = 7+17+19=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #071113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071113 is #F8EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16314093 or 1249543. OLE color: 1249543.
HSL color Cylindrical-coordinate representation of color #071113: hue angle of 190º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071113 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 19 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.93 |
| HSL | 190º | 0.46% | 0.05% | - |
| HSV(B) | 190º | 0.63% | 0.07% | - |
| XYZ | 0.41 | 0.49 | 0.69 | - |
| YUV | 14.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 19 | 0.63 | 0.11 | 0 | 0.93 | 190 | 0.46 | 0.05 |
| Hex | 7 | 11 | 13 | 3F | B | 0 | 5D | BE | 2E | 5 |
| Octal | 7 | 21 | 23 | 77 | 13 | 0 | 135 | 276 | 56 | 5 |
| Binary | 111 | 10001 | 10011 | 111111 | 1011 | 0 | 1011101 | 10111110 | 101110 | 101 |
Color Harmonies of #071113
Complementary color
Monochromatic Colors of #071113
Black with #071113
Text Example
Text Example
White with #071113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071113; }
p { color: rgb(7,17,19); }
H1.HeaderClassName
{
color: #071113;
}
.AnyTagClassName
{
color: #071113;
}
</style>
background-color css
<style>
a { background-color: #071113; }
a { background-color: rgb(7,17,19); }
div.DivClassName
{
background-color: #071113;
}
.BgClassName
{
background-color: #071113;
}
</style>
border-color css
<style>
span { border-color: #071113; }
span { border-color: rgb(7,17,19); }
td.TdClassName
{
border-color: #071113;
}
.TagClassName
{
border-color: #071113;
}
</style>