Shades of Black Russian #0A0714
Tints of Black Russian #0A0714
RGB
CMYK
RGB Variations
Color information
#0A0714 (or 0x0A0714) is known color: Black Russian. HEX triplet: 0A, 07 and 14. RGB value is (10,7,20). Sum of RGB (Red+Green+Blue) = 10+7+20=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0714 is #F5F8EB. Grayscale: #090909. Windows color (decimal): -16120044 or 1312522. OLE color: 1312522.
HSL color Cylindrical-coordinate representation of color #0A0714: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0A0714 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 7 | 20 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.92 |
| HSL | 253.85º | 0.48% | 0.05% | - |
| HSV(B) | 253.85º | 0.65% | 0.08% | - |
| XYZ | 0.33 | 0.27 | 0.7 | - |
| YUV | 9.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 20 | 0.50 | 0.65 | 0 | 0.92 | 253.85 | 0.48 | 0.05 |
| Hex | A | 7 | 14 | 32 | 41 | 0 | 5C | FE | 30 | 5 |
| Octal | 12 | 7 | 24 | 62 | 101 | 0 | 134 | 376 | 60 | 5 |
| Binary | 1010 | 111 | 10100 | 110010 | 1000001 | 0 | 1011100 | 11111110 | 110000 | 101 |
Color Harmonies of #0A0714
Complementary color
Monochromatic Colors of #0A0714
Black with #0A0714
Text Example
Text Example
White with #0A0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0714; }
p { color: rgb(10,7,20); }
H1.HeaderClassName
{
color: #0A0714;
}
.AnyTagClassName
{
color: #0A0714;
}
</style>
background-color css
<style>
a { background-color: #0A0714; }
a { background-color: rgb(10,7,20); }
div.DivClassName
{
background-color: #0A0714;
}
.BgClassName
{
background-color: #0A0714;
}
</style>
border-color css
<style>
span { border-color: #0A0714; }
span { border-color: rgb(10,7,20); }
td.TdClassName
{
border-color: #0A0714;
}
.TagClassName
{
border-color: #0A0714;
}
</style>