Shades of Blackcurrant #08060B
Tints of Blackcurrant #08060B
RGB
CMYK
RGB Variations
Color information
#08060B (or 0x08060B) is known color: Blackcurrant. HEX triplet: 08, 06 and 0B. RGB value is (8,6,11). Sum of RGB (Red+Green+Blue) = 8+6+11=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #08060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060B is #F7F9F4. Grayscale: #070707. Windows color (decimal): -16251381 or 722440. OLE color: 722440.
HSL color Cylindrical-coordinate representation of color #08060B: hue angle of 264º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #08060B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 6 | 11 | - |
CMYK | 0.27 | 0.45 | 0 | 0.96 |
HSL | 264º | 0.29% | 0.03% | - |
HSV(B) | 264º | 0.45% | 0.04% | - |
XYZ | 0.23 | 0.21 | 0.34 | - |
YUV | 7.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 6 | 11 | 0.27 | 0.45 | 0 | 0.96 | 264 | 0.29 | 0.03 |
Hex | 8 | 6 | B | 1B | 2D | 0 | 60 | 108 | 1D | 3 |
Octal | 10 | 6 | 13 | 33 | 55 | 0 | 140 | 410 | 35 | 3 |
Binary | 1000 | 110 | 1011 | 11011 | 101101 | 0 | 1100000 | 100001000 | 11101 | 11 |
Color Harmonies of #08060B
Complementary color
Monochromatic Colors of #08060B
Black with #08060B
Text Example
Text Example
White with #08060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08060B; }
p { color: rgb(8,6,11); }
H1.HeaderClassName
{
color: #08060B;
}
.AnyTagClassName
{
color: #08060B;
}
</style>
background-color css
<style>
a { background-color: #08060B; }
a { background-color: rgb(8,6,11); }
div.DivClassName
{
background-color: #08060B;
}
.BgClassName
{
background-color: #08060B;
}
</style>
border-color css
<style>
span { border-color: #08060B; }
span { border-color: rgb(8,6,11); }
td.TdClassName
{
border-color: #08060B;
}
.TagClassName
{
border-color: #08060B;
}
</style>