Shades of Black Pearl #07111D
Tints of Black Pearl #07111D
RGB
CMYK
RGB Variations
Color information
#07111D (or 0x07111D) is known color: Black Pearl. HEX triplet: 07, 11 and 1D. RGB value is (7,17,29). Sum of RGB (Red+Green+Blue) = 7+17+29=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #07111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111D is #F8EEE2. Grayscale: #0F0F0F. Windows color (decimal): -16314083 or 1904903. OLE color: 1904903.
HSL color Cylindrical-coordinate representation of color #07111D: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07111D is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 17 | 29 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.89 |
| HSL | 212.73º | 0.61% | 0.07% | - |
| HSV(B) | 212.73º | 0.76% | 0.11% | - |
| XYZ | 0.51 | 0.53 | 1.24 | - |
| YUV | 15.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 29 | 0.76 | 0.41 | 0 | 0.89 | 212.73 | 0.61 | 0.07 |
| Hex | 7 | 11 | 1D | 4C | 29 | 0 | 59 | D5 | 3D | 7 |
| Octal | 7 | 21 | 35 | 114 | 51 | 0 | 131 | 325 | 75 | 7 |
| Binary | 111 | 10001 | 11101 | 1001100 | 101001 | 0 | 1011001 | 11010101 | 111101 | 111 |
Color Harmonies of #07111D
Complementary color
Monochromatic Colors of #07111D
Black with #07111D
Text Example
Text Example
White with #07111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07111D; }
p { color: rgb(7,17,29); }
H1.HeaderClassName
{
color: #07111D;
}
.AnyTagClassName
{
color: #07111D;
}
</style>
background-color css
<style>
a { background-color: #07111D; }
a { background-color: rgb(7,17,29); }
div.DivClassName
{
background-color: #07111D;
}
.BgClassName
{
background-color: #07111D;
}
</style>
border-color css
<style>
span { border-color: #07111D; }
span { border-color: rgb(7,17,29); }
td.TdClassName
{
border-color: #07111D;
}
.TagClassName
{
border-color: #07111D;
}
</style>