Shades of Black Pearl #07151E
Tints of Black Pearl #07151E
RGB
CMYK
RGB Variations
Color information
#07151E (or 0x07151E) is known color: Black Pearl. HEX triplet: 07, 15 and 1E. RGB value is (7,21,30). Sum of RGB (Red+Green+Blue) = 7+21+30=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #07151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151E is #F8EAE1. Grayscale: #111111. Windows color (decimal): -16313058 or 1971463. OLE color: 1971463.
HSL color Cylindrical-coordinate representation of color #07151E: hue angle of 203.48º 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 #07151E is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 21 | 30 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.88 |
| HSL | 203.48º | 0.62% | 0.07% | - |
| HSV(B) | 203.48º | 0.77% | 0.12% | - |
| XYZ | 0.59 | 0.68 | 1.33 | - |
| YUV | 17.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 30 | 0.77 | 0.30 | 0 | 0.88 | 203.48 | 0.62 | 0.07 |
| Hex | 7 | 15 | 1E | 4D | 1E | 0 | 58 | CB | 3E | 7 |
| Octal | 7 | 25 | 36 | 115 | 36 | 0 | 130 | 313 | 76 | 7 |
| Binary | 111 | 10101 | 11110 | 1001101 | 11110 | 0 | 1011000 | 11001011 | 111110 | 111 |
Color Harmonies of #07151E
Complementary color
Monochromatic Colors of #07151E
Black with #07151E
Text Example
Text Example
White with #07151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07151E; }
p { color: rgb(7,21,30); }
H1.HeaderClassName
{
color: #07151E;
}
.AnyTagClassName
{
color: #07151E;
}
</style>
background-color css
<style>
a { background-color: #07151E; }
a { background-color: rgb(7,21,30); }
div.DivClassName
{
background-color: #07151E;
}
.BgClassName
{
background-color: #07151E;
}
</style>
border-color css
<style>
span { border-color: #07151E; }
span { border-color: rgb(7,21,30); }
td.TdClassName
{
border-color: #07151E;
}
.TagClassName
{
border-color: #07151E;
}
</style>