Shades of Black Russian #080830
Tints of Black Russian #080830
RGB
CMYK
RGB Variations
Color information
#080830 (or 0x080830) is known color: Black Russian. HEX triplet: 08, 08 and 30. RGB value is (8,8,48). Sum of RGB (Red+Green+Blue) = 8+8+48=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #080830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080830 is #F7F7CF. Grayscale: #0C0C0C. Windows color (decimal): -16250832 or 3147784. OLE color: 3147784.
HSL color Cylindrical-coordinate representation of color #080830: hue angle of 240º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080830 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 8 | 48 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.81 |
| HSL | 240º | 0.71% | 0.11% | - |
| HSV(B) | 240º | 0.83% | 0.19% | - |
| XYZ | 0.72 | 0.44 | 2.84 | - |
| YUV | 12.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 48 | 0.83 | 0.83 | 0 | 0.81 | 240 | 0.71 | 0.11 |
| Hex | 8 | 8 | 30 | 53 | 53 | 0 | 51 | F0 | 47 | B |
| Octal | 10 | 10 | 60 | 123 | 123 | 0 | 121 | 360 | 107 | 13 |
| Binary | 1000 | 1000 | 110000 | 1010011 | 1010011 | 0 | 1010001 | 11110000 | 1000111 | 1011 |
Color Harmonies of #080830
Complementary color
Monochromatic Colors of #080830
Black with #080830
Text Example
Text Example
White with #080830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080830; }
p { color: rgb(8,8,48); }
H1.HeaderClassName
{
color: #080830;
}
.AnyTagClassName
{
color: #080830;
}
</style>
background-color css
<style>
a { background-color: #080830; }
a { background-color: rgb(8,8,48); }
div.DivClassName
{
background-color: #080830;
}
.BgClassName
{
background-color: #080830;
}
</style>
border-color css
<style>
span { border-color: #080830; }
span { border-color: rgb(8,8,48); }
td.TdClassName
{
border-color: #080830;
}
.TagClassName
{
border-color: #080830;
}
</style>