Shades of Black Russian #000A28
Tints of Black Russian #000A28
RGB
CMYK
RGB Variations
Color information
#000A28 (or 0x000A28) is known color: Black Russian. HEX triplet: 00, 0A and 28. RGB value is (0,10,40). Sum of RGB (Red+Green+Blue) = 0+10+40=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 40 (16.02% from 255 or 80% from 50); Max value from RGB is 40 - color contains mainly: blue. Hex color #000A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A28 is #FFF5D7. Grayscale: #0A0A0A. Windows color (decimal): -16774616 or 2624000. OLE color: 2624000.
HSL color Cylindrical-coordinate representation of color #000A28: hue angle of 225º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A28 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 10 | 40 | - |
| CMYK | 1 | 0.75 | 0 | 0.84 |
| HSL | 225º | 1% | 0.08% | - |
| HSV(B) | 225º | 1% | 0.16% | - |
| XYZ | 0.49 | 0.37 | 2.05 | - |
| YUV | 10.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 40 | 1 | 0.75 | 0 | 0.84 | 225 | 1 | 0.08 |
| Hex | 0 | A | 28 | 64 | 4B | 0 | 54 | E1 | 64 | 8 |
| Octal | 0 | 12 | 50 | 144 | 113 | 0 | 124 | 341 | 144 | 10 |
| Binary | 0 | 1010 | 101000 | 1100100 | 1001011 | 0 | 1010100 | 11100001 | 1100100 | 1000 |
Color Harmonies of #000A28
Complementary color
Monochromatic Colors of #000A28
Black with #000A28
Text Example
Text Example
White with #000A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A28; }
p { color: rgb(0,10,40); }
H1.HeaderClassName
{
color: #000A28;
}
.AnyTagClassName
{
color: #000A28;
}
</style>
background-color css
<style>
a { background-color: #000A28; }
a { background-color: rgb(0,10,40); }
div.DivClassName
{
background-color: #000A28;
}
.BgClassName
{
background-color: #000A28;
}
</style>
border-color css
<style>
span { border-color: #000A28; }
span { border-color: rgb(0,10,40); }
td.TdClassName
{
border-color: #000A28;
}
.TagClassName
{
border-color: #000A28;
}
</style>