Shades of Black Pearl #07111F
Tints of Black Pearl #07111F
RGB
CMYK
RGB Variations
Color information
#07111F (or 0x07111F) is known color: Black Pearl. HEX triplet: 07, 11 and 1F. RGB value is (7,17,31). Sum of RGB (Red+Green+Blue) = 7+17+31=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #07111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111F is #F8EEE0. Grayscale: #0F0F0F. Windows color (decimal): -16314081 or 2035975. OLE color: 2035975.
HSL color Cylindrical-coordinate representation of color #07111F: hue angle of 215º 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 #07111F is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 17 | 31 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.88 |
| HSL | 215º | 0.63% | 0.07% | - |
| HSV(B) | 215º | 0.77% | 0.12% | - |
| XYZ | 0.54 | 0.54 | 1.37 | - |
| YUV | 15.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 31 | 0.77 | 0.45 | 0 | 0.88 | 215 | 0.63 | 0.07 |
| Hex | 7 | 11 | 1F | 4D | 2D | 0 | 58 | D7 | 3F | 7 |
| Octal | 7 | 21 | 37 | 115 | 55 | 0 | 130 | 327 | 77 | 7 |
| Binary | 111 | 10001 | 11111 | 1001101 | 101101 | 0 | 1011000 | 11010111 | 111111 | 111 |
Color Harmonies of #07111F
Complementary color
Monochromatic Colors of #07111F
Black with #07111F
Text Example
Text Example
White with #07111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07111F; }
p { color: rgb(7,17,31); }
H1.HeaderClassName
{
color: #07111F;
}
.AnyTagClassName
{
color: #07111F;
}
</style>
background-color css
<style>
a { background-color: #07111F; }
a { background-color: rgb(7,17,31); }
div.DivClassName
{
background-color: #07111F;
}
.BgClassName
{
background-color: #07111F;
}
</style>
border-color css
<style>
span { border-color: #07111F; }
span { border-color: rgb(7,17,31); }
td.TdClassName
{
border-color: #07111F;
}
.TagClassName
{
border-color: #07111F;
}
</style>