Shades of Black Russian #07122A
Tints of Black Russian #07122A
RGB
CMYK
RGB Variations
Color information
#07122A (or 0x07122A) is known color: Black Russian. HEX triplet: 07, 12 and 2A. RGB value is (7,18,42). Sum of RGB (Red+Green+Blue) = 7+18+42=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #07122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122A is #F8EDD5. Grayscale: #111111. Windows color (decimal): -16313814 or 2757127. OLE color: 2757127.
HSL color Cylindrical-coordinate representation of color #07122A: hue angle of 221.14º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07122A is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 18 | 42 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.84 |
| HSL | 221.14º | 0.71% | 0.1% | - |
| HSV(B) | 221.14º | 0.83% | 0.16% | - |
| XYZ | 0.72 | 0.64 | 2.28 | - |
| YUV | 17.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 42 | 0.83 | 0.57 | 0 | 0.84 | 221.14 | 0.71 | 0.1 |
| Hex | 7 | 12 | 2A | 53 | 39 | 0 | 54 | DD | 47 | A |
| Octal | 7 | 22 | 52 | 123 | 71 | 0 | 124 | 335 | 107 | 12 |
| Binary | 111 | 10010 | 101010 | 1010011 | 111001 | 0 | 1010100 | 11011101 | 1000111 | 1010 |
Color Harmonies of #07122A
Complementary color
Monochromatic Colors of #07122A
Black with #07122A
Text Example
Text Example
White with #07122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07122A; }
p { color: rgb(7,18,42); }
H1.HeaderClassName
{
color: #07122A;
}
.AnyTagClassName
{
color: #07122A;
}
</style>
background-color css
<style>
a { background-color: #07122A; }
a { background-color: rgb(7,18,42); }
div.DivClassName
{
background-color: #07122A;
}
.BgClassName
{
background-color: #07122A;
}
</style>
border-color css
<style>
span { border-color: #07122A; }
span { border-color: rgb(7,18,42); }
td.TdClassName
{
border-color: #07122A;
}
.TagClassName
{
border-color: #07122A;
}
</style>