Shades of Blackcurrant #0B040C
Tints of Blackcurrant #0B040C
RGB
CMYK
RGB Variations
Color information
#0B040C (or 0x0B040C) is known color: Blackcurrant. HEX triplet: 0B, 04 and 0C. RGB value is (11,4,12). Sum of RGB (Red+Green+Blue) = 11+4+12=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B040C is #F4FBF3. Grayscale: #060606. Windows color (decimal): -16055284 or 787467. OLE color: 787467.
HSL color Cylindrical-coordinate representation of color #0B040C: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B040C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 4 | 12 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.95 |
| HSL | 292.5º | 0.5% | 0.03% | - |
| HSV(B) | 292.5º | 0.67% | 0.05% | - |
| XYZ | 0.25 | 0.18 | 0.37 | - |
| YUV | 7.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 12 | 0.08 | 0.67 | 0 | 0.95 | 292.5 | 0.5 | 0.03 |
| Hex | B | 4 | C | 8 | 43 | 0 | 5F | 124 | 32 | 3 |
| Octal | 13 | 4 | 14 | 10 | 103 | 0 | 137 | 444 | 62 | 3 |
| Binary | 1011 | 100 | 1100 | 1000 | 1000011 | 0 | 1011111 | 100100100 | 110010 | 11 |
Color Harmonies of #0B040C
Complementary color
Monochromatic Colors of #0B040C
Black with #0B040C
Text Example
Text Example
White with #0B040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B040C; }
p { color: rgb(11,4,12); }
H1.HeaderClassName
{
color: #0B040C;
}
.AnyTagClassName
{
color: #0B040C;
}
</style>
background-color css
<style>
a { background-color: #0B040C; }
a { background-color: rgb(11,4,12); }
div.DivClassName
{
background-color: #0B040C;
}
.BgClassName
{
background-color: #0B040C;
}
</style>
border-color css
<style>
span { border-color: #0B040C; }
span { border-color: rgb(11,4,12); }
td.TdClassName
{
border-color: #0B040C;
}
.TagClassName
{
border-color: #0B040C;
}
</style>