Shades of Blackcurrant #2B0437
Tints of Blackcurrant #2B0437
RGB
CMYK
RGB Variations
Color information
#2B0437 (or 0x2B0437) is known color: Blackcurrant. HEX triplet: 2B, 04 and 37. RGB value is (43,4,55). Sum of RGB (Red+Green+Blue) = 43+4+55=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0437 is #D4FBC8. Grayscale: #151515. Windows color (decimal): -13958089 or 3605547. OLE color: 3605547.
HSL color Cylindrical-coordinate representation of color #2B0437: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0437 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 4 | 55 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.78 |
| HSL | 285.88º | 0.86% | 0.12% | - |
| HSV(B) | 285.88º | 0.93% | 0.22% | - |
| XYZ | 1.73 | 0.88 | 3.69 | - |
| YUV | 21.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 55 | 0.22 | 0.93 | 0 | 0.78 | 285.88 | 0.86 | 0.12 |
| Hex | 2B | 4 | 37 | 16 | 5D | 0 | 4E | 11E | 56 | C |
| Octal | 53 | 4 | 67 | 26 | 135 | 0 | 116 | 436 | 126 | 14 |
| Binary | 101011 | 100 | 110111 | 10110 | 1011101 | 0 | 1001110 | 100011110 | 1010110 | 1100 |
Color Harmonies of #2B0437
Complementary color
Monochromatic Colors of #2B0437
Black with #2B0437
Text Example
Text Example
White with #2B0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0437; }
p { color: rgb(43,4,55); }
H1.HeaderClassName
{
color: #2B0437;
}
.AnyTagClassName
{
color: #2B0437;
}
</style>
background-color css
<style>
a { background-color: #2B0437; }
a { background-color: rgb(43,4,55); }
div.DivClassName
{
background-color: #2B0437;
}
.BgClassName
{
background-color: #2B0437;
}
</style>
border-color css
<style>
span { border-color: #2B0437; }
span { border-color: rgb(43,4,55); }
td.TdClassName
{
border-color: #2B0437;
}
.TagClassName
{
border-color: #2B0437;
}
</style>