Shades of Black Russian #0A072D
Tints of Black Russian #0A072D
RGB
CMYK
RGB Variations
Color information
#0A072D (or 0x0A072D) is known color: Black Russian. HEX triplet: 0A, 07 and 2D. RGB value is (10,7,45). Sum of RGB (Red+Green+Blue) = 10+7+45=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A072D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A072D is #F5F8D2. Grayscale: #0C0C0C. Windows color (decimal): -16120019 or 2950922. OLE color: 2950922.
HSL color Cylindrical-coordinate representation of color #0A072D: hue angle of 244.74º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A072D is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 7 | 45 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.82 |
| HSL | 244.74º | 0.73% | 0.1% | - |
| HSV(B) | 244.74º | 0.84% | 0.18% | - |
| XYZ | 0.67 | 0.41 | 2.53 | - |
| YUV | 12.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 45 | 0.78 | 0.84 | 0 | 0.82 | 244.74 | 0.73 | 0.1 |
| Hex | A | 7 | 2D | 4E | 54 | 0 | 52 | F5 | 49 | A |
| Octal | 12 | 7 | 55 | 116 | 124 | 0 | 122 | 365 | 111 | 12 |
| Binary | 1010 | 111 | 101101 | 1001110 | 1010100 | 0 | 1010010 | 11110101 | 1001001 | 1010 |
Color Harmonies of #0A072D
Complementary color
Monochromatic Colors of #0A072D
Black with #0A072D
Text Example
Text Example
White with #0A072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A072D; }
p { color: rgb(10,7,45); }
H1.HeaderClassName
{
color: #0A072D;
}
.AnyTagClassName
{
color: #0A072D;
}
</style>
background-color css
<style>
a { background-color: #0A072D; }
a { background-color: rgb(10,7,45); }
div.DivClassName
{
background-color: #0A072D;
}
.BgClassName
{
background-color: #0A072D;
}
</style>
border-color css
<style>
span { border-color: #0A072D; }
span { border-color: rgb(10,7,45); }
td.TdClassName
{
border-color: #0A072D;
}
.TagClassName
{
border-color: #0A072D;
}
</style>