Shades of Black Russian #09071A
Tints of Black Russian #09071A
RGB
CMYK
RGB Variations
Color information
#09071A (or 0x09071A) is known color: Black Russian. HEX triplet: 09, 07 and 1A. RGB value is (9,7,26). Sum of RGB (Red+Green+Blue) = 9+7+26=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #09071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09071A is #F6F8E5. Grayscale: #090909. Windows color (decimal): -16185574 or 1705737. OLE color: 1705737.
HSL color Cylindrical-coordinate representation of color #09071A: hue angle of 246.32º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #09071A is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 7 | 26 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.90 |
| HSL | 246.32º | 0.58% | 0.06% | - |
| HSV(B) | 246.32º | 0.73% | 0.1% | - |
| XYZ | 0.38 | 0.28 | 1.01 | - |
| YUV | 9.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 26 | 0.65 | 0.73 | 0 | 0.90 | 246.32 | 0.58 | 0.06 |
| Hex | 9 | 7 | 1A | 41 | 49 | 0 | 5A | F6 | 3A | 6 |
| Octal | 11 | 7 | 32 | 101 | 111 | 0 | 132 | 366 | 72 | 6 |
| Binary | 1001 | 111 | 11010 | 1000001 | 1001001 | 0 | 1011010 | 11110110 | 111010 | 110 |
Color Harmonies of #09071A
Complementary color
Monochromatic Colors of #09071A
Black with #09071A
Text Example
Text Example
White with #09071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09071A; }
p { color: rgb(9,7,26); }
H1.HeaderClassName
{
color: #09071A;
}
.AnyTagClassName
{
color: #09071A;
}
</style>
background-color css
<style>
a { background-color: #09071A; }
a { background-color: rgb(9,7,26); }
div.DivClassName
{
background-color: #09071A;
}
.BgClassName
{
background-color: #09071A;
}
</style>
border-color css
<style>
span { border-color: #09071A; }
span { border-color: rgb(9,7,26); }
td.TdClassName
{
border-color: #09071A;
}
.TagClassName
{
border-color: #09071A;
}
</style>