Shades of Blackcurrant #2B0037
Tints of Blackcurrant #2B0037
RGB
CMYK
RGB Variations
Color information
#2B0037 (or 0x2B0037) is known color: Blackcurrant. HEX triplet: 2B, 00 and 37. RGB value is (43,0,55). Sum of RGB (Red+Green+Blue) = 43+0+55=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0037 is #D4FFC8. Grayscale: #121212. Windows color (decimal): -13959113 or 3604523. OLE color: 3604523.
HSL color Cylindrical-coordinate representation of color #2B0037: hue angle of 286.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0037 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 0 | 55 | - |
| CMYK | 0.22 | 1 | 0 | 0.78 |
| HSL | 286.91º | 1% | 0.11% | - |
| HSV(B) | 286.91º | 1% | 0.22% | - |
| XYZ | 1.69 | 0.79 | 3.68 | - |
| YUV | 19.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 55 | 0.22 | 1 | 0 | 0.78 | 286.91 | 1 | 0.11 |
| Hex | 2B | 0 | 37 | 16 | 64 | 0 | 4E | 11F | 64 | B |
| Octal | 53 | 0 | 67 | 26 | 144 | 0 | 116 | 437 | 144 | 13 |
| Binary | 101011 | 0 | 110111 | 10110 | 1100100 | 0 | 1001110 | 100011111 | 1100100 | 1011 |
Color Harmonies of #2B0037
Complementary color
Monochromatic Colors of #2B0037
Black with #2B0037
Text Example
Text Example
White with #2B0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0037; }
p { color: rgb(43,0,55); }
H1.HeaderClassName
{
color: #2B0037;
}
.AnyTagClassName
{
color: #2B0037;
}
</style>
background-color css
<style>
a { background-color: #2B0037; }
a { background-color: rgb(43,0,55); }
div.DivClassName
{
background-color: #2B0037;
}
.BgClassName
{
background-color: #2B0037;
}
</style>
border-color css
<style>
span { border-color: #2B0037; }
span { border-color: rgb(43,0,55); }
td.TdClassName
{
border-color: #2B0037;
}
.TagClassName
{
border-color: #2B0037;
}
</style>