Shades of Black Russian #0A1428
Tints of Black Russian #0A1428
RGB
CMYK
RGB Variations
Color information
#0A1428 (or 0x0A1428) is known color: Black Russian. HEX triplet: 0A, 14 and 28. RGB value is (10,20,40). Sum of RGB (Red+Green+Blue) = 10+20+40=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1428 is #F5EBD7. Grayscale: #131313. Windows color (decimal): -16116696 or 2626570. OLE color: 2626570.
HSL color Cylindrical-coordinate representation of color #0A1428: hue angle of 220º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1428 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 20 | 40 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.84 |
| HSL | 220º | 0.6% | 0.1% | - |
| HSV(B) | 220º | 0.75% | 0.16% | - |
| XYZ | 0.76 | 0.72 | 2.11 | - |
| YUV | 19.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 40 | 0.75 | 0.5 | 0 | 0.84 | 220 | 0.6 | 0.1 |
| Hex | A | 14 | 28 | 4B | 32 | 0 | 54 | DC | 3C | A |
| Octal | 12 | 24 | 50 | 113 | 62 | 0 | 124 | 334 | 74 | 12 |
| Binary | 1010 | 10100 | 101000 | 1001011 | 110010 | 0 | 1010100 | 11011100 | 111100 | 1010 |
Color Harmonies of #0A1428
Complementary color
Monochromatic Colors of #0A1428
Black with #0A1428
Text Example
Text Example
White with #0A1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1428; }
p { color: rgb(10,20,40); }
H1.HeaderClassName
{
color: #0A1428;
}
.AnyTagClassName
{
color: #0A1428;
}
</style>
background-color css
<style>
a { background-color: #0A1428; }
a { background-color: rgb(10,20,40); }
div.DivClassName
{
background-color: #0A1428;
}
.BgClassName
{
background-color: #0A1428;
}
</style>
border-color css
<style>
span { border-color: #0A1428; }
span { border-color: rgb(10,20,40); }
td.TdClassName
{
border-color: #0A1428;
}
.TagClassName
{
border-color: #0A1428;
}
</style>