Shades of Black Pearl #07161B
Tints of Black Pearl #07161B
RGB
CMYK
RGB Variations
Color information
#07161B (or 0x07161B) is known color: Black Pearl. HEX triplet: 07, 16 and 1B. RGB value is (7,22,27). Sum of RGB (Red+Green+Blue) = 7+22+27=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #07161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161B is #F8E9E4. Grayscale: #121212. Windows color (decimal): -16312805 or 1775111. OLE color: 1775111.
HSL color Cylindrical-coordinate representation of color #07161B: hue angle of 195º 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 #07161B is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 22 | 27 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.89 |
| HSL | 195º | 0.59% | 0.07% | - |
| HSV(B) | 195º | 0.74% | 0.11% | - |
| XYZ | 0.57 | 0.7 | 1.14 | - |
| YUV | 18.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 27 | 0.74 | 0.19 | 0 | 0.89 | 195 | 0.59 | 0.07 |
| Hex | 7 | 16 | 1B | 4A | 13 | 0 | 59 | C3 | 3B | 7 |
| Octal | 7 | 26 | 33 | 112 | 23 | 0 | 131 | 303 | 73 | 7 |
| Binary | 111 | 10110 | 11011 | 1001010 | 10011 | 0 | 1011001 | 11000011 | 111011 | 111 |
Color Harmonies of #07161B
Complementary color
Monochromatic Colors of #07161B
Black with #07161B
Text Example
Text Example
White with #07161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07161B; }
p { color: rgb(7,22,27); }
H1.HeaderClassName
{
color: #07161B;
}
.AnyTagClassName
{
color: #07161B;
}
</style>
background-color css
<style>
a { background-color: #07161B; }
a { background-color: rgb(7,22,27); }
div.DivClassName
{
background-color: #07161B;
}
.BgClassName
{
background-color: #07161B;
}
</style>
border-color css
<style>
span { border-color: #07161B; }
span { border-color: rgb(7,22,27); }
td.TdClassName
{
border-color: #07161B;
}
.TagClassName
{
border-color: #07161B;
}
</style>