Shades of Blackcurrant #08040C
Tints of Blackcurrant #08040C
RGB
CMYK
RGB Variations
Color information
#08040C (or 0x08040C) is known color: Blackcurrant. HEX triplet: 08, 04 and 0C. RGB value is (8,4,12). Sum of RGB (Red+Green+Blue) = 8+4+12=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #08040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040C is #F7FBF3. Grayscale: #060606. Windows color (decimal): -16251892 or 787464. OLE color: 787464.
HSL color Cylindrical-coordinate representation of color #08040C: hue angle of 270º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08040C is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 4 | 12 | - |
CMYK | 0.33 | 0.67 | 0 | 0.95 |
HSL | 270º | 0.5% | 0.03% | - |
HSV(B) | 270º | 0.67% | 0.05% | - |
XYZ | 0.21 | 0.17 | 0.37 | - |
YUV | 6.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 4 | 12 | 0.33 | 0.67 | 0 | 0.95 | 270 | 0.5 | 0.03 |
Hex | 8 | 4 | C | 21 | 43 | 0 | 5F | 10E | 32 | 3 |
Octal | 10 | 4 | 14 | 41 | 103 | 0 | 137 | 416 | 62 | 3 |
Binary | 1000 | 100 | 1100 | 100001 | 1000011 | 0 | 1011111 | 100001110 | 110010 | 11 |
Color Harmonies of #08040C
Complementary color
Monochromatic Colors of #08040C
Black with #08040C
Text Example
Text Example
White with #08040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08040C; }
p { color: rgb(8,4,12); }
H1.HeaderClassName
{
color: #08040C;
}
.AnyTagClassName
{
color: #08040C;
}
</style>
background-color css
<style>
a { background-color: #08040C; }
a { background-color: rgb(8,4,12); }
div.DivClassName
{
background-color: #08040C;
}
.BgClassName
{
background-color: #08040C;
}
</style>
border-color css
<style>
span { border-color: #08040C; }
span { border-color: rgb(8,4,12); }
td.TdClassName
{
border-color: #08040C;
}
.TagClassName
{
border-color: #08040C;
}
</style>