Shades of Black Russian #08112A
Tints of Black Russian #08112A
RGB
CMYK
RGB Variations
Color information
#08112A (or 0x08112A) is known color: Black Russian. HEX triplet: 08, 11 and 2A. RGB value is (8,17,42). Sum of RGB (Red+Green+Blue) = 8+17+42=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #08112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08112A is #F7EED5. Grayscale: #111111. Windows color (decimal): -16248534 or 2756872. OLE color: 2756872.
HSL color Cylindrical-coordinate representation of color #08112A: hue angle of 224.12º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08112A is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 17 | 42 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.84 |
| HSL | 224.12º | 0.68% | 0.1% | - |
| HSV(B) | 224.12º | 0.81% | 0.16% | - |
| XYZ | 0.72 | 0.62 | 2.27 | - |
| YUV | 17.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 42 | 0.81 | 0.60 | 0 | 0.84 | 224.12 | 0.68 | 0.1 |
| Hex | 8 | 11 | 2A | 51 | 3C | 0 | 54 | E0 | 44 | A |
| Octal | 10 | 21 | 52 | 121 | 74 | 0 | 124 | 340 | 104 | 12 |
| Binary | 1000 | 10001 | 101010 | 1010001 | 111100 | 0 | 1010100 | 11100000 | 1000100 | 1010 |
Color Harmonies of #08112A
Complementary color
Monochromatic Colors of #08112A
Black with #08112A
Text Example
Text Example
White with #08112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08112A; }
p { color: rgb(8,17,42); }
H1.HeaderClassName
{
color: #08112A;
}
.AnyTagClassName
{
color: #08112A;
}
</style>
background-color css
<style>
a { background-color: #08112A; }
a { background-color: rgb(8,17,42); }
div.DivClassName
{
background-color: #08112A;
}
.BgClassName
{
background-color: #08112A;
}
</style>
border-color css
<style>
span { border-color: #08112A; }
span { border-color: rgb(8,17,42); }
td.TdClassName
{
border-color: #08112A;
}
.TagClassName
{
border-color: #08112A;
}
</style>