Shades of Blackcurrant #08030D
Tints of Blackcurrant #08030D
RGB
CMYK
RGB Variations
Color information
#08030D (or 0x08030D) is known color: Blackcurrant. HEX triplet: 08, 03 and 0D. RGB value is (8,3,13). Sum of RGB (Red+Green+Blue) = 8+3+13=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #08030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030D is #F7FCF2. Grayscale: #050505. Windows color (decimal): -16252147 or 852744. OLE color: 852744.
HSL color Cylindrical-coordinate representation of color #08030D: hue angle of 270º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08030D is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 3 | 13 | - |
CMYK | 0.38 | 0.77 | 0 | 0.95 |
HSL | 270º | 0.63% | 0.03% | - |
HSV(B) | 270º | 0.77% | 0.05% | - |
XYZ | 0.21 | 0.15 | 0.4 | - |
YUV | 5.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 3 | 13 | 0.38 | 0.77 | 0 | 0.95 | 270 | 0.63 | 0.03 |
Hex | 8 | 3 | D | 26 | 4D | 0 | 5F | 10E | 3E | 3 |
Octal | 10 | 3 | 15 | 46 | 115 | 0 | 137 | 416 | 76 | 3 |
Binary | 1000 | 11 | 1101 | 100110 | 1001101 | 0 | 1011111 | 100001110 | 111110 | 11 |
Color Harmonies of #08030D
Complementary color
Monochromatic Colors of #08030D
Black with #08030D
Text Example
Text Example
White with #08030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08030D; }
p { color: rgb(8,3,13); }
H1.HeaderClassName
{
color: #08030D;
}
.AnyTagClassName
{
color: #08030D;
}
</style>
background-color css
<style>
a { background-color: #08030D; }
a { background-color: rgb(8,3,13); }
div.DivClassName
{
background-color: #08030D;
}
.BgClassName
{
background-color: #08030D;
}
</style>
border-color css
<style>
span { border-color: #08030D; }
span { border-color: rgb(8,3,13); }
td.TdClassName
{
border-color: #08030D;
}
.TagClassName
{
border-color: #08030D;
}
</style>