Shades of Black Russian #0A0833
Tints of Black Russian #0A0833
RGB
CMYK
RGB Variations
Color information
#0A0833 (or 0x0A0833) is known color: Black Russian. HEX triplet: 0A, 08 and 33. RGB value is (10,8,51). Sum of RGB (Red+Green+Blue) = 10+8+51=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A0833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0833 is #F5F7CC. Grayscale: #0D0D0D. Windows color (decimal): -16119757 or 3344394. OLE color: 3344394.
HSL color Cylindrical-coordinate representation of color #0A0833: hue angle of 242.79º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0833 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 8 | 51 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.8 |
| HSL | 242.79º | 0.73% | 0.12% | - |
| HSV(B) | 242.79º | 0.84% | 0.2% | - |
| XYZ | 0.81 | 0.48 | 3.18 | - |
| YUV | 13.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 51 | 0.80 | 0.84 | 0 | 0.8 | 242.79 | 0.73 | 0.12 |
| Hex | A | 8 | 33 | 50 | 54 | 0 | 50 | F3 | 49 | C |
| Octal | 12 | 10 | 63 | 120 | 124 | 0 | 120 | 363 | 111 | 14 |
| Binary | 1010 | 1000 | 110011 | 1010000 | 1010100 | 0 | 1010000 | 11110011 | 1001001 | 1100 |
Color Harmonies of #0A0833
Complementary color
Monochromatic Colors of #0A0833
Black with #0A0833
Text Example
Text Example
White with #0A0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0833; }
p { color: rgb(10,8,51); }
H1.HeaderClassName
{
color: #0A0833;
}
.AnyTagClassName
{
color: #0A0833;
}
</style>
background-color css
<style>
a { background-color: #0A0833; }
a { background-color: rgb(10,8,51); }
div.DivClassName
{
background-color: #0A0833;
}
.BgClassName
{
background-color: #0A0833;
}
</style>
border-color css
<style>
span { border-color: #0A0833; }
span { border-color: rgb(10,8,51); }
td.TdClassName
{
border-color: #0A0833;
}
.TagClassName
{
border-color: #0A0833;
}
</style>