Shades of Blackcurrant #08000E
Tints of Blackcurrant #08000E
RGB
CMYK
RGB Variations
Color information
#08000E (or 0x08000E) is known color: Blackcurrant. HEX triplet: 08, 00 and 0E. RGB value is (8,0,14). Sum of RGB (Red+Green+Blue) = 8+0+14=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #08000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08000E is #F7FFF1. Grayscale: #030303. Windows color (decimal): -16252914 or 917512. OLE color: 917512.
HSL color Cylindrical-coordinate representation of color #08000E: hue angle of 274.29º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08000E is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 0 | 14 | - |
| CMYK | 0.43 | 1 | 0 | 0.95 |
| HSL | 274.29º | 1% | 0.03% | - |
| HSV(B) | 274.29º | 1% | 0.05% | - |
| XYZ | 0.18 | 0.08 | 0.42 | - |
| YUV | 3.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 14 | 0.43 | 1 | 0 | 0.95 | 274.29 | 1 | 0.03 |
| Hex | 8 | 0 | E | 2B | 64 | 0 | 5F | 112 | 64 | 3 |
| Octal | 10 | 0 | 16 | 53 | 144 | 0 | 137 | 422 | 144 | 3 |
| Binary | 1000 | 0 | 1110 | 101011 | 1100100 | 0 | 1011111 | 100010010 | 1100100 | 11 |
Color Harmonies of #08000E
Complementary color
Monochromatic Colors of #08000E
Black with #08000E
Text Example
Text Example
White with #08000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08000E; }
p { color: rgb(8,0,14); }
H1.HeaderClassName
{
color: #08000E;
}
.AnyTagClassName
{
color: #08000E;
}
</style>
background-color css
<style>
a { background-color: #08000E; }
a { background-color: rgb(8,0,14); }
div.DivClassName
{
background-color: #08000E;
}
.BgClassName
{
background-color: #08000E;
}
</style>
border-color css
<style>
span { border-color: #08000E; }
span { border-color: rgb(8,0,14); }
td.TdClassName
{
border-color: #08000E;
}
.TagClassName
{
border-color: #08000E;
}
</style>