Shades of Black Russian #07092D
Tints of Black Russian #07092D
RGB
CMYK
RGB Variations
Color information
#07092D (or 0x07092D) is known color: Black Russian. HEX triplet: 07, 09 and 2D. RGB value is (7,9,45). Sum of RGB (Red+Green+Blue) = 7+9+45=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #07092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07092D is #F8F6D2. Grayscale: #0C0C0C. Windows color (decimal): -16316115 or 2951431. OLE color: 2951431.
HSL color Cylindrical-coordinate representation of color #07092D: hue angle of 236.84º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07092D is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 9 | 45 | - |
| CMYK | 0.84 | 0.8 | 0 | 0.82 |
| HSL | 236.84º | 0.73% | 0.1% | - |
| HSV(B) | 236.84º | 0.84% | 0.18% | - |
| XYZ | 0.66 | 0.43 | 2.53 | - |
| YUV | 12.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 45 | 0.84 | 0.8 | 0 | 0.82 | 236.84 | 0.73 | 0.1 |
| Hex | 7 | 9 | 2D | 54 | 50 | 0 | 52 | ED | 49 | A |
| Octal | 7 | 11 | 55 | 124 | 120 | 0 | 122 | 355 | 111 | 12 |
| Binary | 111 | 1001 | 101101 | 1010100 | 1010000 | 0 | 1010010 | 11101101 | 1001001 | 1010 |
Color Harmonies of #07092D
Complementary color
Monochromatic Colors of #07092D
Black with #07092D
Text Example
Text Example
White with #07092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07092D; }
p { color: rgb(7,9,45); }
H1.HeaderClassName
{
color: #07092D;
}
.AnyTagClassName
{
color: #07092D;
}
</style>
background-color css
<style>
a { background-color: #07092D; }
a { background-color: rgb(7,9,45); }
div.DivClassName
{
background-color: #07092D;
}
.BgClassName
{
background-color: #07092D;
}
</style>
border-color css
<style>
span { border-color: #07092D; }
span { border-color: rgb(7,9,45); }
td.TdClassName
{
border-color: #07092D;
}
.TagClassName
{
border-color: #07092D;
}
</style>