Shades of Blackcurrant #030008
Tints of Blackcurrant #030008
RGB
CMYK
RGB Variations
Color information
#030008 (or 0x030008) is known color: Blackcurrant. HEX triplet: 03, 00 and 08. RGB value is (3,0,8). Sum of RGB (Red+Green+Blue) = 3+0+8=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 8 (3.52% from 255 or 72.73% from 11); Max value from RGB is 8 - color contains mainly: blue. Hex color #030008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030008 is #FCFFF7. Grayscale: #010101. Windows color (decimal): -16580600 or 524291. OLE color: 524291.
HSL color Cylindrical-coordinate representation of color #030008: hue angle of 262.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030008 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 3 | 0 | 8 | - |
| CMYK | 0.63 | 1 | 0 | 0.97 |
| HSL | 262.5º | 1% | 0.02% | - |
| HSV(B) | 262.5º | 1% | 0.03% | - |
| XYZ | 0.08 | 0.04 | 0.23 | - |
| YUV | 1.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 8 | 0.63 | 1 | 0 | 0.97 | 262.5 | 1 | 0.02 |
| Hex | 3 | 0 | 8 | 3F | 64 | 0 | 61 | 106 | 64 | 2 |
| Octal | 3 | 0 | 10 | 77 | 144 | 0 | 141 | 406 | 144 | 2 |
| Binary | 11 | 0 | 1000 | 111111 | 1100100 | 0 | 1100001 | 100000110 | 1100100 | 10 |
Color Harmonies of #030008
Complementary color
Monochromatic Colors of #030008
Black with #030008
Text Example
Text Example
White with #030008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030008; }
p { color: rgb(3,0,8); }
H1.HeaderClassName
{
color: #030008;
}
.AnyTagClassName
{
color: #030008;
}
</style>
background-color css
<style>
a { background-color: #030008; }
a { background-color: rgb(3,0,8); }
div.DivClassName
{
background-color: #030008;
}
.BgClassName
{
background-color: #030008;
}
</style>
border-color css
<style>
span { border-color: #030008; }
span { border-color: rgb(3,0,8); }
td.TdClassName
{
border-color: #030008;
}
.TagClassName
{
border-color: #030008;
}
</style>