Shades of Black Pearl #07121C
Tints of Black Pearl #07121C
RGB
CMYK
RGB Variations
Color information
#07121C (or 0x07121C) is known color: Black Pearl. HEX triplet: 07, 12 and 1C. RGB value is (7,18,28). Sum of RGB (Red+Green+Blue) = 7+18+28=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #07121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121C is #F8EDE3. Grayscale: #0F0F0F. Windows color (decimal): -16313828 or 1839623. OLE color: 1839623.
HSL color Cylindrical-coordinate representation of color #07121C: hue angle of 208.57º 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 #07121C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 18 | 28 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.89 |
| HSL | 208.57º | 0.6% | 0.07% | - |
| HSV(B) | 208.57º | 0.75% | 0.11% | - |
| XYZ | 0.51 | 0.56 | 1.18 | - |
| YUV | 15.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 28 | 0.75 | 0.36 | 0 | 0.89 | 208.57 | 0.6 | 0.07 |
| Hex | 7 | 12 | 1C | 4B | 24 | 0 | 59 | D1 | 3C | 7 |
| Octal | 7 | 22 | 34 | 113 | 44 | 0 | 131 | 321 | 74 | 7 |
| Binary | 111 | 10010 | 11100 | 1001011 | 100100 | 0 | 1011001 | 11010001 | 111100 | 111 |
Color Harmonies of #07121C
Complementary color
Monochromatic Colors of #07121C
Black with #07121C
Text Example
Text Example
White with #07121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07121C; }
p { color: rgb(7,18,28); }
H1.HeaderClassName
{
color: #07121C;
}
.AnyTagClassName
{
color: #07121C;
}
</style>
background-color css
<style>
a { background-color: #07121C; }
a { background-color: rgb(7,18,28); }
div.DivClassName
{
background-color: #07121C;
}
.BgClassName
{
background-color: #07121C;
}
</style>
border-color css
<style>
span { border-color: #07121C; }
span { border-color: rgb(7,18,28); }
td.TdClassName
{
border-color: #07121C;
}
.TagClassName
{
border-color: #07121C;
}
</style>