Shades of Black Russian #0A072B
Tints of Black Russian #0A072B
RGB
CMYK
RGB Variations
Color information
#0A072B (or 0x0A072B) is known color: Black Russian. HEX triplet: 0A, 07 and 2B. RGB value is (10,7,43). Sum of RGB (Red+Green+Blue) = 10+7+43=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #0A072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A072B is #F5F8D4. Grayscale: #0B0B0B. Windows color (decimal): -16120021 or 2819850. OLE color: 2819850.
HSL color Cylindrical-coordinate representation of color #0A072B: hue angle of 245º degrees, saturation: 0.72, 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 #0A072B is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 7 | 43 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.83 |
| HSL | 245º | 0.72% | 0.1% | - |
| HSV(B) | 245º | 0.84% | 0.17% | - |
| XYZ | 0.64 | 0.39 | 2.33 | - |
| YUV | 12 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 43 | 0.77 | 0.84 | 0 | 0.83 | 245 | 0.72 | 0.1 |
| Hex | A | 7 | 2B | 4D | 54 | 0 | 53 | F5 | 48 | A |
| Octal | 12 | 7 | 53 | 115 | 124 | 0 | 123 | 365 | 110 | 12 |
| Binary | 1010 | 111 | 101011 | 1001101 | 1010100 | 0 | 1010011 | 11110101 | 1001000 | 1010 |
Color Harmonies of #0A072B
Complementary color
Monochromatic Colors of #0A072B
Black with #0A072B
Text Example
Text Example
White with #0A072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A072B; }
p { color: rgb(10,7,43); }
H1.HeaderClassName
{
color: #0A072B;
}
.AnyTagClassName
{
color: #0A072B;
}
</style>
background-color css
<style>
a { background-color: #0A072B; }
a { background-color: rgb(10,7,43); }
div.DivClassName
{
background-color: #0A072B;
}
.BgClassName
{
background-color: #0A072B;
}
</style>
border-color css
<style>
span { border-color: #0A072B; }
span { border-color: rgb(10,7,43); }
td.TdClassName
{
border-color: #0A072B;
}
.TagClassName
{
border-color: #0A072B;
}
</style>