Shades of Blackcurrant #0B0318
Tints of Blackcurrant #0B0318
RGB
CMYK
RGB Variations
Color information
#0B0318 (or 0x0B0318) is known color: Blackcurrant. HEX triplet: 0B, 03 and 18. RGB value is (11,3,24). Sum of RGB (Red+Green+Blue) = 11+3+24=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0318 is #F4FCE7. Grayscale: #070707. Windows color (decimal): -16055528 or 1573643. OLE color: 1573643.
HSL color Cylindrical-coordinate representation of color #0B0318: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0318 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 3 | 24 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.91 |
| HSL | 262.86º | 0.78% | 0.05% | - |
| HSV(B) | 262.86º | 0.88% | 0.09% | - |
| XYZ | 0.34 | 0.2 | 0.89 | - |
| YUV | 7.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 24 | 0.54 | 0.88 | 0 | 0.91 | 262.86 | 0.78 | 0.05 |
| Hex | B | 3 | 18 | 36 | 58 | 0 | 5B | 107 | 4E | 5 |
| Octal | 13 | 3 | 30 | 66 | 130 | 0 | 133 | 407 | 116 | 5 |
| Binary | 1011 | 11 | 11000 | 110110 | 1011000 | 0 | 1011011 | 100000111 | 1001110 | 101 |
Color Harmonies of #0B0318
Complementary color
Monochromatic Colors of #0B0318
Black with #0B0318
Text Example
Text Example
White with #0B0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0318; }
p { color: rgb(11,3,24); }
H1.HeaderClassName
{
color: #0B0318;
}
.AnyTagClassName
{
color: #0B0318;
}
</style>
background-color css
<style>
a { background-color: #0B0318; }
a { background-color: rgb(11,3,24); }
div.DivClassName
{
background-color: #0B0318;
}
.BgClassName
{
background-color: #0B0318;
}
</style>
border-color css
<style>
span { border-color: #0B0318; }
span { border-color: rgb(11,3,24); }
td.TdClassName
{
border-color: #0B0318;
}
.TagClassName
{
border-color: #0B0318;
}
</style>