Shades of Black Russian #080335
Tints of Black Russian #080335
RGB
CMYK
RGB Variations
Color information
#080335 (or 0x080335) is known color: Black Russian. HEX triplet: 08, 03 and 35. RGB value is (8,3,53). Sum of RGB (Red+Green+Blue) = 8+3+53=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #080335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080335 is #F7FCCA. Grayscale: #0A0A0A. Windows color (decimal): -16252107 or 3474184. OLE color: 3474184.
HSL color Cylindrical-coordinate representation of color #080335: hue angle of 246º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080335 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 3 | 53 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.79 |
| HSL | 246º | 0.89% | 0.11% | - |
| HSV(B) | 246º | 0.94% | 0.21% | - |
| XYZ | 0.78 | 0.37 | 3.4 | - |
| YUV | 10.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 53 | 0.85 | 0.94 | 0 | 0.79 | 246 | 0.89 | 0.11 |
| Hex | 8 | 3 | 35 | 55 | 5E | 0 | 4F | F6 | 59 | B |
| Octal | 10 | 3 | 65 | 125 | 136 | 0 | 117 | 366 | 131 | 13 |
| Binary | 1000 | 11 | 110101 | 1010101 | 1011110 | 0 | 1001111 | 11110110 | 1011001 | 1011 |
Color Harmonies of #080335
Complementary color
Monochromatic Colors of #080335
Black with #080335
Text Example
Text Example
White with #080335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080335; }
p { color: rgb(8,3,53); }
H1.HeaderClassName
{
color: #080335;
}
.AnyTagClassName
{
color: #080335;
}
</style>
background-color css
<style>
a { background-color: #080335; }
a { background-color: rgb(8,3,53); }
div.DivClassName
{
background-color: #080335;
}
.BgClassName
{
background-color: #080335;
}
</style>
border-color css
<style>
span { border-color: #080335; }
span { border-color: rgb(8,3,53); }
td.TdClassName
{
border-color: #080335;
}
.TagClassName
{
border-color: #080335;
}
</style>