Shades of Blackcurrant #060008
Tints of Blackcurrant #060008
RGB
CMYK
RGB Variations
Color information
#060008 (or 0x060008) is known color: Blackcurrant. HEX triplet: 06, 00 and 08. RGB value is (6,0,8). Sum of RGB (Red+Green+Blue) = 6+0+8=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #060008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060008 is #F9FFF7. Grayscale: #020202. Windows color (decimal): -16383992 or 524294. OLE color: 524294.
HSL color Cylindrical-coordinate representation of color #060008: hue angle of 285º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060008 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 6 | 0 | 8 | - |
| CMYK | 0.25 | 1 | 0 | 0.97 |
| HSL | 285º | 1% | 0.02% | - |
| HSV(B) | 285º | 1% | 0.03% | - |
| XYZ | 0.12 | 0.06 | 0.23 | - |
| YUV | 2.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 8 | 0.25 | 1 | 0 | 0.97 | 285 | 1 | 0.02 |
| Hex | 6 | 0 | 8 | 19 | 64 | 0 | 61 | 11D | 64 | 2 |
| Octal | 6 | 0 | 10 | 31 | 144 | 0 | 141 | 435 | 144 | 2 |
| Binary | 110 | 0 | 1000 | 11001 | 1100100 | 0 | 1100001 | 100011101 | 1100100 | 10 |
Color Harmonies of #060008
Complementary color
Monochromatic Colors of #060008
Black with #060008
Text Example
Text Example
White with #060008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060008; }
p { color: rgb(6,0,8); }
H1.HeaderClassName
{
color: #060008;
}
.AnyTagClassName
{
color: #060008;
}
</style>
background-color css
<style>
a { background-color: #060008; }
a { background-color: rgb(6,0,8); }
div.DivClassName
{
background-color: #060008;
}
.BgClassName
{
background-color: #060008;
}
</style>
border-color css
<style>
span { border-color: #060008; }
span { border-color: rgb(6,0,8); }
td.TdClassName
{
border-color: #060008;
}
.TagClassName
{
border-color: #060008;
}
</style>