Shades of Black Russian #070A1B
Tints of Black Russian #070A1B
RGB
CMYK
RGB Variations
Color information
#070A1B (or 0x070A1B) is known color: Black Russian. HEX triplet: 07, 0A and 1B. RGB value is (7,10,27). Sum of RGB (Red+Green+Blue) = 7+10+27=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #070A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A1B is #F8F5E4. Grayscale: #0A0A0A. Windows color (decimal): -16315877 or 1772039. OLE color: 1772039.
HSL color Cylindrical-coordinate representation of color #070A1B: hue angle of 231º 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 #070A1B is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 10 | 27 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.89 |
| HSL | 231º | 0.59% | 0.07% | - |
| HSV(B) | 231º | 0.74% | 0.11% | - |
| XYZ | 0.39 | 0.34 | 1.08 | - |
| YUV | 11.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 27 | 0.74 | 0.63 | 0 | 0.89 | 231 | 0.59 | 0.07 |
| Hex | 7 | A | 1B | 4A | 3F | 0 | 59 | E7 | 3B | 7 |
| Octal | 7 | 12 | 33 | 112 | 77 | 0 | 131 | 347 | 73 | 7 |
| Binary | 111 | 1010 | 11011 | 1001010 | 111111 | 0 | 1011001 | 11100111 | 111011 | 111 |
Color Harmonies of #070A1B
Complementary color
Monochromatic Colors of #070A1B
Black with #070A1B
Text Example
Text Example
White with #070A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A1B; }
p { color: rgb(7,10,27); }
H1.HeaderClassName
{
color: #070A1B;
}
.AnyTagClassName
{
color: #070A1B;
}
</style>
background-color css
<style>
a { background-color: #070A1B; }
a { background-color: rgb(7,10,27); }
div.DivClassName
{
background-color: #070A1B;
}
.BgClassName
{
background-color: #070A1B;
}
</style>
border-color css
<style>
span { border-color: #070A1B; }
span { border-color: rgb(7,10,27); }
td.TdClassName
{
border-color: #070A1B;
}
.TagClassName
{
border-color: #070A1B;
}
</style>