Shades of Blackcurrant #0B0023
Tints of Blackcurrant #0B0023
RGB
CMYK
RGB Variations
Color information
#0B0023 (or 0x0B0023) is known color: Blackcurrant. HEX triplet: 0B, 00 and 23. RGB value is (11,0,35). Sum of RGB (Red+Green+Blue) = 11+0+35=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 35 (14.06% from 255 or 76.09% from 46); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0023 is #F4FFDC. Grayscale: #070707. Windows color (decimal): -16056285 or 2293771. OLE color: 2293771.
HSL color Cylindrical-coordinate representation of color #0B0023: hue angle of 258.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0023 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 0 | 35 | - |
| CMYK | 0.69 | 1 | 0 | 0.86 |
| HSL | 258.86º | 1% | 0.07% | - |
| HSV(B) | 258.86º | 1% | 0.14% | - |
| XYZ | 0.44 | 0.19 | 1.6 | - |
| YUV | 7.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 35 | 0.69 | 1 | 0 | 0.86 | 258.86 | 1 | 0.07 |
| Hex | B | 0 | 23 | 45 | 64 | 0 | 56 | 103 | 64 | 7 |
| Octal | 13 | 0 | 43 | 105 | 144 | 0 | 126 | 403 | 144 | 7 |
| Binary | 1011 | 0 | 100011 | 1000101 | 1100100 | 0 | 1010110 | 100000011 | 1100100 | 111 |
Color Harmonies of #0B0023
Complementary color
Monochromatic Colors of #0B0023
Black with #0B0023
Text Example
Text Example
White with #0B0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0023; }
p { color: rgb(11,0,35); }
H1.HeaderClassName
{
color: #0B0023;
}
.AnyTagClassName
{
color: #0B0023;
}
</style>
background-color css
<style>
a { background-color: #0B0023; }
a { background-color: rgb(11,0,35); }
div.DivClassName
{
background-color: #0B0023;
}
.BgClassName
{
background-color: #0B0023;
}
</style>
border-color css
<style>
span { border-color: #0B0023; }
span { border-color: rgb(11,0,35); }
td.TdClassName
{
border-color: #0B0023;
}
.TagClassName
{
border-color: #0B0023;
}
</style>