Shades of Black Pearl #07161E
Tints of Black Pearl #07161E
RGB
CMYK
RGB Variations
Color information
#07161E (or 0x07161E) is known color: Black Pearl. HEX triplet: 07, 16 and 1E. RGB value is (7,22,30). Sum of RGB (Red+Green+Blue) = 7+22+30=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #07161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161E is #F8E9E1. Grayscale: #121212. Windows color (decimal): -16312802 or 1971719. OLE color: 1971719.
HSL color Cylindrical-coordinate representation of color #07161E: hue angle of 200.87º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07161E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 22 | 30 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.88 |
| HSL | 200.87º | 0.62% | 0.07% | - |
| HSV(B) | 200.87º | 0.77% | 0.12% | - |
| XYZ | 0.61 | 0.71 | 1.33 | - |
| YUV | 18.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 30 | 0.77 | 0.27 | 0 | 0.88 | 200.87 | 0.62 | 0.07 |
| Hex | 7 | 16 | 1E | 4D | 1B | 0 | 58 | C9 | 3E | 7 |
| Octal | 7 | 26 | 36 | 115 | 33 | 0 | 130 | 311 | 76 | 7 |
| Binary | 111 | 10110 | 11110 | 1001101 | 11011 | 0 | 1011000 | 11001001 | 111110 | 111 |
Color Harmonies of #07161E
Complementary color
Monochromatic Colors of #07161E
Black with #07161E
Text Example
Text Example
White with #07161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07161E; }
p { color: rgb(7,22,30); }
H1.HeaderClassName
{
color: #07161E;
}
.AnyTagClassName
{
color: #07161E;
}
</style>
background-color css
<style>
a { background-color: #07161E; }
a { background-color: rgb(7,22,30); }
div.DivClassName
{
background-color: #07161E;
}
.BgClassName
{
background-color: #07161E;
}
</style>
border-color css
<style>
span { border-color: #07161E; }
span { border-color: rgb(7,22,30); }
td.TdClassName
{
border-color: #07161E;
}
.TagClassName
{
border-color: #07161E;
}
</style>