Shades of Black Russian #080733
Tints of Black Russian #080733
RGB
CMYK
RGB Variations
Color information
#080733 (or 0x080733) is known color: Black Russian. HEX triplet: 08, 07 and 33. RGB value is (8,7,51). Sum of RGB (Red+Green+Blue) = 8+7+51=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 51 (20.31% from 255 or 77.27% from 66); Max value from RGB is 51 - color contains mainly: blue. Hex color #080733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080733 is #F7F8CC. Grayscale: #0C0C0C. Windows color (decimal): -16251085 or 3344136. OLE color: 3344136.
HSL color Cylindrical-coordinate representation of color #080733: hue angle of 241.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080733 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 7 | 51 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.8 |
| HSL | 241.36º | 0.76% | 0.11% | - |
| HSV(B) | 241.36º | 0.86% | 0.2% | - |
| XYZ | 0.77 | 0.44 | 3.18 | - |
| YUV | 12.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 51 | 0.84 | 0.86 | 0 | 0.8 | 241.36 | 0.76 | 0.11 |
| Hex | 8 | 7 | 33 | 54 | 56 | 0 | 50 | F1 | 4C | B |
| Octal | 10 | 7 | 63 | 124 | 126 | 0 | 120 | 361 | 114 | 13 |
| Binary | 1000 | 111 | 110011 | 1010100 | 1010110 | 0 | 1010000 | 11110001 | 1001100 | 1011 |
Color Harmonies of #080733
Complementary color
Monochromatic Colors of #080733
Black with #080733
Text Example
Text Example
White with #080733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080733; }
p { color: rgb(8,7,51); }
H1.HeaderClassName
{
color: #080733;
}
.AnyTagClassName
{
color: #080733;
}
</style>
background-color css
<style>
a { background-color: #080733; }
a { background-color: rgb(8,7,51); }
div.DivClassName
{
background-color: #080733;
}
.BgClassName
{
background-color: #080733;
}
</style>
border-color css
<style>
span { border-color: #080733; }
span { border-color: rgb(8,7,51); }
td.TdClassName
{
border-color: #080733;
}
.TagClassName
{
border-color: #080733;
}
</style>