Shades of Blackcurrant #2B0B38
Tints of Blackcurrant #2B0B38
RGB
CMYK
RGB Variations
Color information
#2B0B38 (or 0x2B0B38) is known color: Blackcurrant. HEX triplet: 2B, 0B and 38. RGB value is (43,11,56). Sum of RGB (Red+Green+Blue) = 43+11+56=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B38 is #D4F4C7. Grayscale: #191919. Windows color (decimal): -13956296 or 3672875. OLE color: 3672875.
HSL color Cylindrical-coordinate representation of color #2B0B38: hue angle of 282.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B0B38 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 11 | 56 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.78 |
| HSL | 282.67º | 0.67% | 0.13% | - |
| HSV(B) | 282.67º | 0.8% | 0.22% | - |
| XYZ | 1.83 | 1.04 | 3.85 | - |
| YUV | 25.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 56 | 0.23 | 0.80 | 0 | 0.78 | 282.67 | 0.67 | 0.13 |
| Hex | 2B | B | 38 | 17 | 50 | 0 | 4E | 11B | 43 | D |
| Octal | 53 | 13 | 70 | 27 | 120 | 0 | 116 | 433 | 103 | 15 |
| Binary | 101011 | 1011 | 111000 | 10111 | 1010000 | 0 | 1001110 | 100011011 | 1000011 | 1101 |
Color Harmonies of #2B0B38
Complementary color
Monochromatic Colors of #2B0B38
Black with #2B0B38
Text Example
Text Example
White with #2B0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B38; }
p { color: rgb(43,11,56); }
H1.HeaderClassName
{
color: #2B0B38;
}
.AnyTagClassName
{
color: #2B0B38;
}
</style>
background-color css
<style>
a { background-color: #2B0B38; }
a { background-color: rgb(43,11,56); }
div.DivClassName
{
background-color: #2B0B38;
}
.BgClassName
{
background-color: #2B0B38;
}
</style>
border-color css
<style>
span { border-color: #2B0B38; }
span { border-color: rgb(43,11,56); }
td.TdClassName
{
border-color: #2B0B38;
}
.TagClassName
{
border-color: #2B0B38;
}
</style>