Shades of Black Pearl #07162E
Tints of Black Pearl #07162E
RGB
CMYK
RGB Variations
Color information
#07162E (or 0x07162E) is known color: Black Pearl. HEX triplet: 07, 16 and 2E. RGB value is (7,22,46). Sum of RGB (Red+Green+Blue) = 7+22+46=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #07162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07162E is #F8E9D1. Grayscale: #141414. Windows color (decimal): -16312786 or 3020295. OLE color: 3020295.
HSL color Cylindrical-coordinate representation of color #07162E: hue angle of 216.92º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07162E is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 22 | 46 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.82 |
| HSL | 216.92º | 0.74% | 0.1% | - |
| HSV(B) | 216.92º | 0.85% | 0.18% | - |
| XYZ | 0.87 | 0.82 | 2.7 | - |
| YUV | 20.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 46 | 0.85 | 0.52 | 0 | 0.82 | 216.92 | 0.74 | 0.1 |
| Hex | 7 | 16 | 2E | 55 | 34 | 0 | 52 | D9 | 4A | A |
| Octal | 7 | 26 | 56 | 125 | 64 | 0 | 122 | 331 | 112 | 12 |
| Binary | 111 | 10110 | 101110 | 1010101 | 110100 | 0 | 1010010 | 11011001 | 1001010 | 1010 |
Color Harmonies of #07162E
Complementary color
Monochromatic Colors of #07162E
Black with #07162E
Text Example
Text Example
White with #07162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07162E; }
p { color: rgb(7,22,46); }
H1.HeaderClassName
{
color: #07162E;
}
.AnyTagClassName
{
color: #07162E;
}
</style>
background-color css
<style>
a { background-color: #07162E; }
a { background-color: rgb(7,22,46); }
div.DivClassName
{
background-color: #07162E;
}
.BgClassName
{
background-color: #07162E;
}
</style>
border-color css
<style>
span { border-color: #07162E; }
span { border-color: rgb(7,22,46); }
td.TdClassName
{
border-color: #07162E;
}
.TagClassName
{
border-color: #07162E;
}
</style>