Shades of Black Pearl #07111B
Tints of Black Pearl #07111B
RGB
CMYK
RGB Variations
Color information
#07111B (or 0x07111B) is known color: Black Pearl. HEX triplet: 07, 11 and 1B. RGB value is (7,17,27). Sum of RGB (Red+Green+Blue) = 7+17+27=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #07111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111B is #F8EEE4. Grayscale: #0F0F0F. Windows color (decimal): -16314085 or 1773831. OLE color: 1773831.
HSL color Cylindrical-coordinate representation of color #07111B: hue angle of 210º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07111B is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 17 | 27 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.89 |
| HSL | 210º | 0.59% | 0.07% | - |
| HSV(B) | 210º | 0.74% | 0.11% | - |
| XYZ | 0.49 | 0.53 | 1.11 | - |
| YUV | 15.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 27 | 0.74 | 0.37 | 0 | 0.89 | 210 | 0.59 | 0.07 |
| Hex | 7 | 11 | 1B | 4A | 25 | 0 | 59 | D2 | 3B | 7 |
| Octal | 7 | 21 | 33 | 112 | 45 | 0 | 131 | 322 | 73 | 7 |
| Binary | 111 | 10001 | 11011 | 1001010 | 100101 | 0 | 1011001 | 11010010 | 111011 | 111 |
Color Harmonies of #07111B
Complementary color
Monochromatic Colors of #07111B
Black with #07111B
Text Example
Text Example
White with #07111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07111B; }
p { color: rgb(7,17,27); }
H1.HeaderClassName
{
color: #07111B;
}
.AnyTagClassName
{
color: #07111B;
}
</style>
background-color css
<style>
a { background-color: #07111B; }
a { background-color: rgb(7,17,27); }
div.DivClassName
{
background-color: #07111B;
}
.BgClassName
{
background-color: #07111B;
}
</style>
border-color css
<style>
span { border-color: #07111B; }
span { border-color: rgb(7,17,27); }
td.TdClassName
{
border-color: #07111B;
}
.TagClassName
{
border-color: #07111B;
}
</style>