Shades of Blackcurrant #030004
Tints of Blackcurrant #030004
RGB
CMYK
RGB Variations
Color information
#030004 (or 0x030004) is known color: Blackcurrant. HEX triplet: 03, 00 and 04. RGB value is (3,0,4). Sum of RGB (Red+Green+Blue) = 3+0+4=7 (0% of max value = 765). Red value is 3 (1.56% from 255 or 42.86% from 7); Green value is 0 (0.39% from 255 or 0% from 7); Blue value is 4 (1.95% from 255 or 57.14% from 7); Max value from RGB is 4 - color contains mainly: blue. Hex color #030004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030004 is #FCFFFB. Grayscale: #010101. Windows color (decimal): -16580604 or 262147. OLE color: 262147.
HSL color Cylindrical-coordinate representation of color #030004: hue angle of 285º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030004 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 3 | 0 | 4 | - |
| CMYK | 0.25 | 1 | 0 | 0.98 |
| HSL | 285º | 1% | 0.01% | - |
| HSV(B) | 285º | 1% | 0.02% | - |
| XYZ | 0.06 | 0.03 | 0.12 | - |
| YUV | 1.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 4 | 0.25 | 1 | 0 | 0.98 | 285 | 1 | 0.01 |
| Hex | 3 | 0 | 4 | 19 | 64 | 0 | 62 | 11D | 64 | 1 |
| Octal | 3 | 0 | 4 | 31 | 144 | 0 | 142 | 435 | 144 | 1 |
| Binary | 11 | 0 | 100 | 11001 | 1100100 | 0 | 1100010 | 100011101 | 1100100 | 1 |
Color Harmonies of #030004
Complementary color
Monochromatic Colors of #030004
Black with #030004
Text Example
Text Example
White with #030004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030004; }
p { color: rgb(3,0,4); }
H1.HeaderClassName
{
color: #030004;
}
.AnyTagClassName
{
color: #030004;
}
</style>
background-color css
<style>
a { background-color: #030004; }
a { background-color: rgb(3,0,4); }
div.DivClassName
{
background-color: #030004;
}
.BgClassName
{
background-color: #030004;
}
</style>
border-color css
<style>
span { border-color: #030004; }
span { border-color: rgb(3,0,4); }
td.TdClassName
{
border-color: #030004;
}
.TagClassName
{
border-color: #030004;
}
</style>