Shades of Black Russian #080237
Tints of Black Russian #080237
RGB
CMYK
RGB Variations
Color information
#080237 (or 0x080237) is known color: Black Russian. HEX triplet: 08, 02 and 37. RGB value is (8,2,55). Sum of RGB (Red+Green+Blue) = 8+2+55=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 55 (21.88% from 255 or 84.62% from 65); Max value from RGB is 55 - color contains mainly: blue. Hex color #080237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080237 is #F7FDC8. Grayscale: #090909. Windows color (decimal): -16252361 or 3605000. OLE color: 3605000.
HSL color Cylindrical-coordinate representation of color #080237: hue angle of 246.79º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080237 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 2 | 55 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.78 |
| HSL | 246.79º | 0.93% | 0.11% | - |
| HSV(B) | 246.79º | 0.96% | 0.22% | - |
| XYZ | 0.81 | 0.37 | 3.64 | - |
| YUV | 9.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 55 | 0.85 | 0.96 | 0 | 0.78 | 246.79 | 0.93 | 0.11 |
| Hex | 8 | 2 | 37 | 55 | 60 | 0 | 4E | F7 | 5D | B |
| Octal | 10 | 2 | 67 | 125 | 140 | 0 | 116 | 367 | 135 | 13 |
| Binary | 1000 | 10 | 110111 | 1010101 | 1100000 | 0 | 1001110 | 11110111 | 1011101 | 1011 |
Color Harmonies of #080237
Complementary color
Monochromatic Colors of #080237
Black with #080237
Text Example
Text Example
White with #080237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080237; }
p { color: rgb(8,2,55); }
H1.HeaderClassName
{
color: #080237;
}
.AnyTagClassName
{
color: #080237;
}
</style>
background-color css
<style>
a { background-color: #080237; }
a { background-color: rgb(8,2,55); }
div.DivClassName
{
background-color: #080237;
}
.BgClassName
{
background-color: #080237;
}
</style>
border-color css
<style>
span { border-color: #080237; }
span { border-color: rgb(8,2,55); }
td.TdClassName
{
border-color: #080237;
}
.TagClassName
{
border-color: #080237;
}
</style>