Shades of Blackcurrant #080311
Tints of Blackcurrant #080311
RGB
CMYK
RGB Variations
Color information
#080311 (or 0x080311) is known color: Blackcurrant. HEX triplet: 08, 03 and 11. RGB value is (8,3,17). Sum of RGB (Red+Green+Blue) = 8+3+17=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #080311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080311 is #F7FCEE. Grayscale: #060606. Windows color (decimal): -16252143 or 1114888. OLE color: 1114888.
HSL color Cylindrical-coordinate representation of color #080311: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080311 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 3 | 17 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.93 |
| HSL | 261.43º | 0.7% | 0.04% | - |
| HSV(B) | 261.43º | 0.82% | 0.07% | - |
| XYZ | 0.23 | 0.16 | 0.55 | - |
| YUV | 6.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 17 | 0.53 | 0.82 | 0 | 0.93 | 261.43 | 0.7 | 0.04 |
| Hex | 8 | 3 | 11 | 35 | 52 | 0 | 5D | 105 | 46 | 4 |
| Octal | 10 | 3 | 21 | 65 | 122 | 0 | 135 | 405 | 106 | 4 |
| Binary | 1000 | 11 | 10001 | 110101 | 1010010 | 0 | 1011101 | 100000101 | 1000110 | 100 |
Color Harmonies of #080311
Complementary color
Monochromatic Colors of #080311
Black with #080311
Text Example
Text Example
White with #080311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080311; }
p { color: rgb(8,3,17); }
H1.HeaderClassName
{
color: #080311;
}
.AnyTagClassName
{
color: #080311;
}
</style>
background-color css
<style>
a { background-color: #080311; }
a { background-color: rgb(8,3,17); }
div.DivClassName
{
background-color: #080311;
}
.BgClassName
{
background-color: #080311;
}
</style>
border-color css
<style>
span { border-color: #080311; }
span { border-color: rgb(8,3,17); }
td.TdClassName
{
border-color: #080311;
}
.TagClassName
{
border-color: #080311;
}
</style>