Shades of Black Russian #080236
Tints of Black Russian #080236
RGB
CMYK
RGB Variations
Color information
#080236 (or 0x080236) is known color: Black Russian. HEX triplet: 08, 02 and 36. RGB value is (8,2,54). Sum of RGB (Red+Green+Blue) = 8+2+54=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 54 (21.48% from 255 or 84.38% from 64); Max value from RGB is 54 - color contains mainly: blue. Hex color #080236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080236 is #F7FDC9. Grayscale: #090909. Windows color (decimal): -16252362 or 3539464. OLE color: 3539464.
HSL color Cylindrical-coordinate representation of color #080236: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080236 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 2 | 54 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.79 |
| HSL | 246.92º | 0.93% | 0.11% | - |
| HSV(B) | 246.92º | 0.96% | 0.21% | - |
| XYZ | 0.79 | 0.36 | 3.52 | - |
| YUV | 9.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 54 | 0.85 | 0.96 | 0 | 0.79 | 246.92 | 0.93 | 0.11 |
| Hex | 8 | 2 | 36 | 55 | 60 | 0 | 4F | F7 | 5D | B |
| Octal | 10 | 2 | 66 | 125 | 140 | 0 | 117 | 367 | 135 | 13 |
| Binary | 1000 | 10 | 110110 | 1010101 | 1100000 | 0 | 1001111 | 11110111 | 1011101 | 1011 |
Color Harmonies of #080236
Complementary color
Monochromatic Colors of #080236
Black with #080236
Text Example
Text Example
White with #080236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080236; }
p { color: rgb(8,2,54); }
H1.HeaderClassName
{
color: #080236;
}
.AnyTagClassName
{
color: #080236;
}
</style>
background-color css
<style>
a { background-color: #080236; }
a { background-color: rgb(8,2,54); }
div.DivClassName
{
background-color: #080236;
}
.BgClassName
{
background-color: #080236;
}
</style>
border-color css
<style>
span { border-color: #080236; }
span { border-color: rgb(8,2,54); }
td.TdClassName
{
border-color: #080236;
}
.TagClassName
{
border-color: #080236;
}
</style>