Shades of Black Pearl #07161C
Tints of Black Pearl #07161C
RGB
CMYK
RGB Variations
Color information
#07161C (or 0x07161C) is known color: Black Pearl. HEX triplet: 07, 16 and 1C. RGB value is (7,22,28). Sum of RGB (Red+Green+Blue) = 7+22+28=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #07161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161C is #F8E9E3. Grayscale: #121212. Windows color (decimal): -16312804 or 1840647. OLE color: 1840647.
HSL color Cylindrical-coordinate representation of color #07161C: hue angle of 197.14º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07161C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 22 | 28 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.89 |
| HSL | 197.14º | 0.6% | 0.07% | - |
| HSV(B) | 197.14º | 0.75% | 0.11% | - |
| XYZ | 0.58 | 0.7 | 1.2 | - |
| YUV | 18.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 28 | 0.75 | 0.21 | 0 | 0.89 | 197.14 | 0.6 | 0.07 |
| Hex | 7 | 16 | 1C | 4B | 15 | 0 | 59 | C5 | 3C | 7 |
| Octal | 7 | 26 | 34 | 113 | 25 | 0 | 131 | 305 | 74 | 7 |
| Binary | 111 | 10110 | 11100 | 1001011 | 10101 | 0 | 1011001 | 11000101 | 111100 | 111 |
Color Harmonies of #07161C
Complementary color
Monochromatic Colors of #07161C
Black with #07161C
Text Example
Text Example
White with #07161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07161C; }
p { color: rgb(7,22,28); }
H1.HeaderClassName
{
color: #07161C;
}
.AnyTagClassName
{
color: #07161C;
}
</style>
background-color css
<style>
a { background-color: #07161C; }
a { background-color: rgb(7,22,28); }
div.DivClassName
{
background-color: #07161C;
}
.BgClassName
{
background-color: #07161C;
}
</style>
border-color css
<style>
span { border-color: #07161C; }
span { border-color: rgb(7,22,28); }
td.TdClassName
{
border-color: #07161C;
}
.TagClassName
{
border-color: #07161C;
}
</style>