Shades of Black Pearl #07121E
Tints of Black Pearl #07121E
RGB
CMYK
RGB Variations
Color information
#07121E (or 0x07121E) is known color: Black Pearl. HEX triplet: 07, 12 and 1E. RGB value is (7,18,30). Sum of RGB (Red+Green+Blue) = 7+18+30=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #07121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121E is #F8EDE1. Grayscale: #101010. Windows color (decimal): -16313826 or 1970695. OLE color: 1970695.
HSL color Cylindrical-coordinate representation of color #07121E: hue angle of 211.3º 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 #07121E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 18 | 30 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.88 |
| HSL | 211.3º | 0.62% | 0.07% | - |
| HSV(B) | 211.3º | 0.77% | 0.12% | - |
| XYZ | 0.54 | 0.57 | 1.31 | - |
| YUV | 16.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 30 | 0.77 | 0.40 | 0 | 0.88 | 211.3 | 0.62 | 0.07 |
| Hex | 7 | 12 | 1E | 4D | 28 | 0 | 58 | D3 | 3E | 7 |
| Octal | 7 | 22 | 36 | 115 | 50 | 0 | 130 | 323 | 76 | 7 |
| Binary | 111 | 10010 | 11110 | 1001101 | 101000 | 0 | 1011000 | 11010011 | 111110 | 111 |
Color Harmonies of #07121E
Complementary color
Monochromatic Colors of #07121E
Black with #07121E
Text Example
Text Example
White with #07121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07121E; }
p { color: rgb(7,18,30); }
H1.HeaderClassName
{
color: #07121E;
}
.AnyTagClassName
{
color: #07121E;
}
</style>
background-color css
<style>
a { background-color: #07121E; }
a { background-color: rgb(7,18,30); }
div.DivClassName
{
background-color: #07121E;
}
.BgClassName
{
background-color: #07121E;
}
</style>
border-color css
<style>
span { border-color: #07121E; }
span { border-color: rgb(7,18,30); }
td.TdClassName
{
border-color: #07121E;
}
.TagClassName
{
border-color: #07121E;
}
</style>