Shades of Blackcurrant #04000B
Tints of Blackcurrant #04000B
RGB
CMYK
RGB Variations
Color information
#04000B (or 0x04000B) is known color: Blackcurrant. HEX triplet: 04, 00 and 0B. RGB value is (4,0,11). Sum of RGB (Red+Green+Blue) = 4+0+11=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #04000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000B is #FBFFF4. Grayscale: #020202. Windows color (decimal): -16515061 or 720900. OLE color: 720900.
HSL color Cylindrical-coordinate representation of color #04000B: hue angle of 261.82º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04000B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 0 | 11 | - |
| CMYK | 0.64 | 1 | 0 | 0.96 |
| HSL | 261.82º | 1% | 0.02% | - |
| HSV(B) | 261.82º | 1% | 0.04% | - |
| XYZ | 0.11 | 0.05 | 0.32 | - |
| YUV | 2.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 11 | 0.64 | 1 | 0 | 0.96 | 261.82 | 1 | 0.02 |
| Hex | 4 | 0 | B | 40 | 64 | 0 | 60 | 106 | 64 | 2 |
| Octal | 4 | 0 | 13 | 100 | 144 | 0 | 140 | 406 | 144 | 2 |
| Binary | 100 | 0 | 1011 | 1000000 | 1100100 | 0 | 1100000 | 100000110 | 1100100 | 10 |
Color Harmonies of #04000B
Complementary color
Monochromatic Colors of #04000B
Black with #04000B
Text Example
Text Example
White with #04000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04000B; }
p { color: rgb(4,0,11); }
H1.HeaderClassName
{
color: #04000B;
}
.AnyTagClassName
{
color: #04000B;
}
</style>
background-color css
<style>
a { background-color: #04000B; }
a { background-color: rgb(4,0,11); }
div.DivClassName
{
background-color: #04000B;
}
.BgClassName
{
background-color: #04000B;
}
</style>
border-color css
<style>
span { border-color: #04000B; }
span { border-color: rgb(4,0,11); }
td.TdClassName
{
border-color: #04000B;
}
.TagClassName
{
border-color: #04000B;
}
</style>