Shades of Blackcurrant #2B0B36
Tints of Blackcurrant #2B0B36
RGB
CMYK
RGB Variations
Color information
#2B0B36 (or 0x2B0B36) is known color: Blackcurrant. HEX triplet: 2B, 0B and 36. RGB value is (43,11,54). Sum of RGB (Red+Green+Blue) = 43+11+54=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B0B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B36 is #D4F4C9. Grayscale: #191919. Windows color (decimal): -13956298 or 3541803. OLE color: 3541803.
HSL color Cylindrical-coordinate representation of color #2B0B36: hue angle of 284.65º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B0B36 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 11 | 54 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.79 |
| HSL | 284.65º | 0.66% | 0.13% | - |
| HSV(B) | 284.65º | 0.8% | 0.21% | - |
| XYZ | 1.78 | 1.02 | 3.59 | - |
| YUV | 25.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 54 | 0.20 | 0.80 | 0 | 0.79 | 284.65 | 0.66 | 0.13 |
| Hex | 2B | B | 36 | 14 | 50 | 0 | 4F | 11D | 42 | D |
| Octal | 53 | 13 | 66 | 24 | 120 | 0 | 117 | 435 | 102 | 15 |
| Binary | 101011 | 1011 | 110110 | 10100 | 1010000 | 0 | 1001111 | 100011101 | 1000010 | 1101 |
Color Harmonies of #2B0B36
Complementary color
Monochromatic Colors of #2B0B36
Black with #2B0B36
Text Example
Text Example
White with #2B0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B36; }
p { color: rgb(43,11,54); }
H1.HeaderClassName
{
color: #2B0B36;
}
.AnyTagClassName
{
color: #2B0B36;
}
</style>
background-color css
<style>
a { background-color: #2B0B36; }
a { background-color: rgb(43,11,54); }
div.DivClassName
{
background-color: #2B0B36;
}
.BgClassName
{
background-color: #2B0B36;
}
</style>
border-color css
<style>
span { border-color: #2B0B36; }
span { border-color: rgb(43,11,54); }
td.TdClassName
{
border-color: #2B0B36;
}
.TagClassName
{
border-color: #2B0B36;
}
</style>