Shades of Blackcurrant #0B0315
Tints of Blackcurrant #0B0315
RGB
CMYK
RGB Variations
Color information
#0B0315 (or 0x0B0315) is known color: Blackcurrant. HEX triplet: 0B, 03 and 15. RGB value is (11,3,21). Sum of RGB (Red+Green+Blue) = 11+3+21=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0315 is #F4FCEA. Grayscale: #070707. Windows color (decimal): -16055531 or 1377035. OLE color: 1377035.
HSL color Cylindrical-coordinate representation of color #0B0315: hue angle of 266.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0315 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 3 | 21 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.92 |
| HSL | 266.67º | 0.75% | 0.05% | - |
| HSV(B) | 266.67º | 0.86% | 0.08% | - |
| XYZ | 0.31 | 0.19 | 0.73 | - |
| YUV | 7.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 21 | 0.48 | 0.86 | 0 | 0.92 | 266.67 | 0.75 | 0.05 |
| Hex | B | 3 | 15 | 30 | 56 | 0 | 5C | 10B | 4B | 5 |
| Octal | 13 | 3 | 25 | 60 | 126 | 0 | 134 | 413 | 113 | 5 |
| Binary | 1011 | 11 | 10101 | 110000 | 1010110 | 0 | 1011100 | 100001011 | 1001011 | 101 |
Color Harmonies of #0B0315
Complementary color
Monochromatic Colors of #0B0315
Black with #0B0315
Text Example
Text Example
White with #0B0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0315; }
p { color: rgb(11,3,21); }
H1.HeaderClassName
{
color: #0B0315;
}
.AnyTagClassName
{
color: #0B0315;
}
</style>
background-color css
<style>
a { background-color: #0B0315; }
a { background-color: rgb(11,3,21); }
div.DivClassName
{
background-color: #0B0315;
}
.BgClassName
{
background-color: #0B0315;
}
</style>
border-color css
<style>
span { border-color: #0B0315; }
span { border-color: rgb(11,3,21); }
td.TdClassName
{
border-color: #0B0315;
}
.TagClassName
{
border-color: #0B0315;
}
</style>