Shades of Blackcurrant #08010D
Tints of Blackcurrant #08010D
RGB
CMYK
RGB Variations
Color information
#08010D (or 0x08010D) is known color: Blackcurrant. HEX triplet: 08, 01 and 0D. RGB value is (8,1,13). Sum of RGB (Red+Green+Blue) = 8+1+13=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #08010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08010D is #F7FEF2. Grayscale: #040404. Windows color (decimal): -16252659 or 852232. OLE color: 852232.
HSL color Cylindrical-coordinate representation of color #08010D: hue angle of 275º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08010D is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 1 | 13 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.95 |
| HSL | 275º | 0.86% | 0.03% | - |
| HSV(B) | 275º | 0.92% | 0.05% | - |
| XYZ | 0.18 | 0.1 | 0.39 | - |
| YUV | 4.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 13 | 0.38 | 0.92 | 0 | 0.95 | 275 | 0.86 | 0.03 |
| Hex | 8 | 1 | D | 26 | 5C | 0 | 5F | 113 | 56 | 3 |
| Octal | 10 | 1 | 15 | 46 | 134 | 0 | 137 | 423 | 126 | 3 |
| Binary | 1000 | 1 | 1101 | 100110 | 1011100 | 0 | 1011111 | 100010011 | 1010110 | 11 |
Color Harmonies of #08010D
Complementary color
Monochromatic Colors of #08010D
Black with #08010D
Text Example
Text Example
White with #08010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08010D; }
p { color: rgb(8,1,13); }
H1.HeaderClassName
{
color: #08010D;
}
.AnyTagClassName
{
color: #08010D;
}
</style>
background-color css
<style>
a { background-color: #08010D; }
a { background-color: rgb(8,1,13); }
div.DivClassName
{
background-color: #08010D;
}
.BgClassName
{
background-color: #08010D;
}
</style>
border-color css
<style>
span { border-color: #08010D; }
span { border-color: rgb(8,1,13); }
td.TdClassName
{
border-color: #08010D;
}
.TagClassName
{
border-color: #08010D;
}
</style>