Shades of Black Russian #07091B
Tints of Black Russian #07091B
RGB
CMYK
RGB Variations
Color information
#07091B (or 0x07091B) is known color: Black Russian. HEX triplet: 07, 09 and 1B. RGB value is (7,9,27). Sum of RGB (Red+Green+Blue) = 7+9+27=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #07091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07091B is #F8F6E4. Grayscale: #0A0A0A. Windows color (decimal): -16316133 or 1771783. OLE color: 1771783.
HSL color Cylindrical-coordinate representation of color #07091B: hue angle of 234º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07091B is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 9 | 27 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.89 |
| HSL | 234º | 0.59% | 0.07% | - |
| HSV(B) | 234º | 0.74% | 0.11% | - |
| XYZ | 0.38 | 0.32 | 1.08 | - |
| YUV | 10.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 27 | 0.74 | 0.67 | 0 | 0.89 | 234 | 0.59 | 0.07 |
| Hex | 7 | 9 | 1B | 4A | 43 | 0 | 59 | EA | 3B | 7 |
| Octal | 7 | 11 | 33 | 112 | 103 | 0 | 131 | 352 | 73 | 7 |
| Binary | 111 | 1001 | 11011 | 1001010 | 1000011 | 0 | 1011001 | 11101010 | 111011 | 111 |
Color Harmonies of #07091B
Complementary color
Monochromatic Colors of #07091B
Black with #07091B
Text Example
Text Example
White with #07091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07091B; }
p { color: rgb(7,9,27); }
H1.HeaderClassName
{
color: #07091B;
}
.AnyTagClassName
{
color: #07091B;
}
</style>
background-color css
<style>
a { background-color: #07091B; }
a { background-color: rgb(7,9,27); }
div.DivClassName
{
background-color: #07091B;
}
.BgClassName
{
background-color: #07091B;
}
</style>
border-color css
<style>
span { border-color: #07091B; }
span { border-color: rgb(7,9,27); }
td.TdClassName
{
border-color: #07091B;
}
.TagClassName
{
border-color: #07091B;
}
</style>