Shades of Black Russian #0A0933
Tints of Black Russian #0A0933
RGB
CMYK
RGB Variations
Color information
#0A0933 (or 0x0A0933) is known color: Black Russian. HEX triplet: 0A, 09 and 33. RGB value is (10,9,51). Sum of RGB (Red+Green+Blue) = 10+9+51=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A0933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0933 is #F5F6CC. Grayscale: #0D0D0D. Windows color (decimal): -16119501 or 3344650. OLE color: 3344650.
HSL color Cylindrical-coordinate representation of color #0A0933: hue angle of 241.43º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A0933 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 9 | 51 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.8 |
| HSL | 241.43º | 0.7% | 0.12% | - |
| HSV(B) | 241.43º | 0.82% | 0.2% | - |
| XYZ | 0.82 | 0.5 | 3.19 | - |
| YUV | 14.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 51 | 0.80 | 0.82 | 0 | 0.8 | 241.43 | 0.7 | 0.12 |
| Hex | A | 9 | 33 | 50 | 52 | 0 | 50 | F1 | 46 | C |
| Octal | 12 | 11 | 63 | 120 | 122 | 0 | 120 | 361 | 106 | 14 |
| Binary | 1010 | 1001 | 110011 | 1010000 | 1010010 | 0 | 1010000 | 11110001 | 1000110 | 1100 |
Color Harmonies of #0A0933
Complementary color
Monochromatic Colors of #0A0933
Black with #0A0933
Text Example
Text Example
White with #0A0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0933; }
p { color: rgb(10,9,51); }
H1.HeaderClassName
{
color: #0A0933;
}
.AnyTagClassName
{
color: #0A0933;
}
</style>
background-color css
<style>
a { background-color: #0A0933; }
a { background-color: rgb(10,9,51); }
div.DivClassName
{
background-color: #0A0933;
}
.BgClassName
{
background-color: #0A0933;
}
</style>
border-color css
<style>
span { border-color: #0A0933; }
span { border-color: rgb(10,9,51); }
td.TdClassName
{
border-color: #0A0933;
}
.TagClassName
{
border-color: #0A0933;
}
</style>