Shades of Blackcurrant #0B0412
Tints of Blackcurrant #0B0412
RGB
CMYK
RGB Variations
Color information
#0B0412 (or 0x0B0412) is known color: Blackcurrant. HEX triplet: 0B, 04 and 12. RGB value is (11,4,18). Sum of RGB (Red+Green+Blue) = 11+4+18=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0412 is #F4FBED. Grayscale: #070707. Windows color (decimal): -16055278 or 1180683. OLE color: 1180683.
HSL color Cylindrical-coordinate representation of color #0B0412: hue angle of 270º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B0412 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 4 | 18 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.93 |
| HSL | 270º | 0.64% | 0.04% | - |
| HSV(B) | 270º | 0.78% | 0.07% | - |
| XYZ | 0.29 | 0.2 | 0.6 | - |
| YUV | 7.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 18 | 0.39 | 0.78 | 0 | 0.93 | 270 | 0.64 | 0.04 |
| Hex | B | 4 | 12 | 27 | 4E | 0 | 5D | 10E | 40 | 4 |
| Octal | 13 | 4 | 22 | 47 | 116 | 0 | 135 | 416 | 100 | 4 |
| Binary | 1011 | 100 | 10010 | 100111 | 1001110 | 0 | 1011101 | 100001110 | 1000000 | 100 |
Color Harmonies of #0B0412
Complementary color
Monochromatic Colors of #0B0412
Black with #0B0412
Text Example
Text Example
White with #0B0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0412; }
p { color: rgb(11,4,18); }
H1.HeaderClassName
{
color: #0B0412;
}
.AnyTagClassName
{
color: #0B0412;
}
</style>
background-color css
<style>
a { background-color: #0B0412; }
a { background-color: rgb(11,4,18); }
div.DivClassName
{
background-color: #0B0412;
}
.BgClassName
{
background-color: #0B0412;
}
</style>
border-color css
<style>
span { border-color: #0B0412; }
span { border-color: rgb(11,4,18); }
td.TdClassName
{
border-color: #0B0412;
}
.TagClassName
{
border-color: #0B0412;
}
</style>