Shades of Black Russian #0A1227
Tints of Black Russian #0A1227
RGB
CMYK
RGB Variations
Color information
#0A1227 (or 0x0A1227) is known color: Black Russian. HEX triplet: 0A, 12 and 27. RGB value is (10,18,39). Sum of RGB (Red+Green+Blue) = 10+18+39=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1227 is #F5EDD8. Grayscale: #111111. Windows color (decimal): -16117209 or 2560522. OLE color: 2560522.
HSL color Cylindrical-coordinate representation of color #0A1227: hue angle of 223.45º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1227 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 18 | 39 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.85 |
| HSL | 223.45º | 0.59% | 0.1% | - |
| HSV(B) | 223.45º | 0.74% | 0.15% | - |
| XYZ | 0.71 | 0.64 | 2.01 | - |
| YUV | 18 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 39 | 0.74 | 0.54 | 0 | 0.85 | 223.45 | 0.59 | 0.1 |
| Hex | A | 12 | 27 | 4A | 36 | 0 | 55 | DF | 3B | A |
| Octal | 12 | 22 | 47 | 112 | 66 | 0 | 125 | 337 | 73 | 12 |
| Binary | 1010 | 10010 | 100111 | 1001010 | 110110 | 0 | 1010101 | 11011111 | 111011 | 1010 |
Color Harmonies of #0A1227
Complementary color
Monochromatic Colors of #0A1227
Black with #0A1227
Text Example
Text Example
White with #0A1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1227; }
p { color: rgb(10,18,39); }
H1.HeaderClassName
{
color: #0A1227;
}
.AnyTagClassName
{
color: #0A1227;
}
</style>
background-color css
<style>
a { background-color: #0A1227; }
a { background-color: rgb(10,18,39); }
div.DivClassName
{
background-color: #0A1227;
}
.BgClassName
{
background-color: #0A1227;
}
</style>
border-color css
<style>
span { border-color: #0A1227; }
span { border-color: rgb(10,18,39); }
td.TdClassName
{
border-color: #0A1227;
}
.TagClassName
{
border-color: #0A1227;
}
</style>