Shades of Black Pearl #07162A
Tints of Black Pearl #07162A
RGB
CMYK
RGB Variations
Color information
#07162A (or 0x07162A) is known color: Black Pearl. HEX triplet: 07, 16 and 2A. RGB value is (7,22,42). Sum of RGB (Red+Green+Blue) = 7+22+42=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #07162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07162A is #F8E9D5. Grayscale: #131313. Windows color (decimal): -16312790 or 2758151. OLE color: 2758151.
HSL color Cylindrical-coordinate representation of color #07162A: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07162A is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 22 | 42 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.84 |
| HSL | 214.29º | 0.71% | 0.1% | - |
| HSV(B) | 214.29º | 0.83% | 0.16% | - |
| XYZ | 0.79 | 0.79 | 2.3 | - |
| YUV | 19.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 42 | 0.83 | 0.48 | 0 | 0.84 | 214.29 | 0.71 | 0.1 |
| Hex | 7 | 16 | 2A | 53 | 30 | 0 | 54 | D6 | 47 | A |
| Octal | 7 | 26 | 52 | 123 | 60 | 0 | 124 | 326 | 107 | 12 |
| Binary | 111 | 10110 | 101010 | 1010011 | 110000 | 0 | 1010100 | 11010110 | 1000111 | 1010 |
Color Harmonies of #07162A
Complementary color
Monochromatic Colors of #07162A
Black with #07162A
Text Example
Text Example
White with #07162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07162A; }
p { color: rgb(7,22,42); }
H1.HeaderClassName
{
color: #07162A;
}
.AnyTagClassName
{
color: #07162A;
}
</style>
background-color css
<style>
a { background-color: #07162A; }
a { background-color: rgb(7,22,42); }
div.DivClassName
{
background-color: #07162A;
}
.BgClassName
{
background-color: #07162A;
}
</style>
border-color css
<style>
span { border-color: #07162A; }
span { border-color: rgb(7,22,42); }
td.TdClassName
{
border-color: #07162A;
}
.TagClassName
{
border-color: #07162A;
}
</style>