Shades of Black Russian #0A1326
Tints of Black Russian #0A1326
RGB
CMYK
RGB Variations
Color information
#0A1326 (or 0x0A1326) is known color: Black Russian. HEX triplet: 0A, 13 and 26. RGB value is (10,19,38). Sum of RGB (Red+Green+Blue) = 10+19+38=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1326 is #F5ECD9. Grayscale: #121212. Windows color (decimal): -16116954 or 2495242. OLE color: 2495242.
HSL color Cylindrical-coordinate representation of color #0A1326: hue angle of 220.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1326 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 19 | 38 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.85 |
| HSL | 220.71º | 0.58% | 0.09% | - |
| HSV(B) | 220.71º | 0.74% | 0.15% | - |
| XYZ | 0.71 | 0.67 | 1.93 | - |
| YUV | 18.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 38 | 0.74 | 0.50 | 0 | 0.85 | 220.71 | 0.58 | 0.09 |
| Hex | A | 13 | 26 | 4A | 32 | 0 | 55 | DD | 3A | 9 |
| Octal | 12 | 23 | 46 | 112 | 62 | 0 | 125 | 335 | 72 | 11 |
| Binary | 1010 | 10011 | 100110 | 1001010 | 110010 | 0 | 1010101 | 11011101 | 111010 | 1001 |
Color Harmonies of #0A1326
Complementary color
Monochromatic Colors of #0A1326
Black with #0A1326
Text Example
Text Example
White with #0A1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1326; }
p { color: rgb(10,19,38); }
H1.HeaderClassName
{
color: #0A1326;
}
.AnyTagClassName
{
color: #0A1326;
}
</style>
background-color css
<style>
a { background-color: #0A1326; }
a { background-color: rgb(10,19,38); }
div.DivClassName
{
background-color: #0A1326;
}
.BgClassName
{
background-color: #0A1326;
}
</style>
border-color css
<style>
span { border-color: #0A1326; }
span { border-color: rgb(10,19,38); }
td.TdClassName
{
border-color: #0A1326;
}
.TagClassName
{
border-color: #0A1326;
}
</style>