Shades of Black Russian #07092C
Tints of Black Russian #07092C
RGB
CMYK
RGB Variations
Color information
#07092C (or 0x07092C) is known color: Black Russian. HEX triplet: 07, 09 and 2C. RGB value is (7,9,44). Sum of RGB (Red+Green+Blue) = 7+9+44=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #07092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07092C is #F8F6D3. Grayscale: #0C0C0C. Windows color (decimal): -16316116 or 2885895. OLE color: 2885895.
HSL color Cylindrical-coordinate representation of color #07092C: hue angle of 236.76º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07092C is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 9 | 44 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.83 |
| HSL | 236.76º | 0.73% | 0.1% | - |
| HSV(B) | 236.76º | 0.84% | 0.17% | - |
| XYZ | 0.64 | 0.42 | 2.43 | - |
| YUV | 12.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 44 | 0.84 | 0.80 | 0 | 0.83 | 236.76 | 0.73 | 0.1 |
| Hex | 7 | 9 | 2C | 54 | 50 | 0 | 53 | ED | 49 | A |
| Octal | 7 | 11 | 54 | 124 | 120 | 0 | 123 | 355 | 111 | 12 |
| Binary | 111 | 1001 | 101100 | 1010100 | 1010000 | 0 | 1010011 | 11101101 | 1001001 | 1010 |
Color Harmonies of #07092C
Complementary color
Monochromatic Colors of #07092C
Black with #07092C
Text Example
Text Example
White with #07092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07092C; }
p { color: rgb(7,9,44); }
H1.HeaderClassName
{
color: #07092C;
}
.AnyTagClassName
{
color: #07092C;
}
</style>
background-color css
<style>
a { background-color: #07092C; }
a { background-color: rgb(7,9,44); }
div.DivClassName
{
background-color: #07092C;
}
.BgClassName
{
background-color: #07092C;
}
</style>
border-color css
<style>
span { border-color: #07092C; }
span { border-color: rgb(7,9,44); }
td.TdClassName
{
border-color: #07092C;
}
.TagClassName
{
border-color: #07092C;
}
</style>