Shades of Blackcurrant #0B001C
Tints of Blackcurrant #0B001C
RGB
CMYK
RGB Variations
Color information
#0B001C (or 0x0B001C) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1C. RGB value is (11,0,28). Sum of RGB (Red+Green+Blue) = 11+0+28=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001C is #F4FFE3. Grayscale: #060606. Windows color (decimal): -16056292 or 1835019. OLE color: 1835019.
HSL color Cylindrical-coordinate representation of color #0B001C: hue angle of 263.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B001C is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 0 | 28 | - |
| CMYK | 0.61 | 1 | 0 | 0.89 |
| HSL | 263.57º | 1% | 0.05% | - |
| HSV(B) | 263.57º | 1% | 0.11% | - |
| XYZ | 0.35 | 0.15 | 1.11 | - |
| YUV | 6.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 28 | 0.61 | 1 | 0 | 0.89 | 263.57 | 1 | 0.05 |
| Hex | B | 0 | 1C | 3D | 64 | 0 | 59 | 108 | 64 | 5 |
| Octal | 13 | 0 | 34 | 75 | 144 | 0 | 131 | 410 | 144 | 5 |
| Binary | 1011 | 0 | 11100 | 111101 | 1100100 | 0 | 1011001 | 100001000 | 1100100 | 101 |
Color Harmonies of #0B001C
Complementary color
Monochromatic Colors of #0B001C
Black with #0B001C
Text Example
Text Example
White with #0B001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001C; }
p { color: rgb(11,0,28); }
H1.HeaderClassName
{
color: #0B001C;
}
.AnyTagClassName
{
color: #0B001C;
}
</style>
background-color css
<style>
a { background-color: #0B001C; }
a { background-color: rgb(11,0,28); }
div.DivClassName
{
background-color: #0B001C;
}
.BgClassName
{
background-color: #0B001C;
}
</style>
border-color css
<style>
span { border-color: #0B001C; }
span { border-color: rgb(11,0,28); }
td.TdClassName
{
border-color: #0B001C;
}
.TagClassName
{
border-color: #0B001C;
}
</style>