Shades of Blackcurrant #2B043C
Tints of Blackcurrant #2B043C
RGB
CMYK
RGB Variations
Color information
#2B043C (or 0x2B043C) is known color: Blackcurrant. HEX triplet: 2B, 04 and 3C. RGB value is (43,4,60). Sum of RGB (Red+Green+Blue) = 43+4+60=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B043C is #D4FBC3. Grayscale: #151515. Windows color (decimal): -13958084 or 3933227. OLE color: 3933227.
HSL color Cylindrical-coordinate representation of color #2B043C: hue angle of 281.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B043C is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 4 | 60 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.76 |
| HSL | 281.79º | 0.88% | 0.13% | - |
| HSV(B) | 281.79º | 0.93% | 0.24% | - |
| XYZ | 1.86 | 0.93 | 4.36 | - |
| YUV | 22.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 60 | 0.28 | 0.93 | 0 | 0.76 | 281.79 | 0.88 | 0.13 |
| Hex | 2B | 4 | 3C | 1C | 5D | 0 | 4C | 11A | 58 | D |
| Octal | 53 | 4 | 74 | 34 | 135 | 0 | 114 | 432 | 130 | 15 |
| Binary | 101011 | 100 | 111100 | 11100 | 1011101 | 0 | 1001100 | 100011010 | 1011000 | 1101 |
Color Harmonies of #2B043C
Complementary color
Monochromatic Colors of #2B043C
Black with #2B043C
Text Example
Text Example
White with #2B043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B043C; }
p { color: rgb(43,4,60); }
H1.HeaderClassName
{
color: #2B043C;
}
.AnyTagClassName
{
color: #2B043C;
}
</style>
background-color css
<style>
a { background-color: #2B043C; }
a { background-color: rgb(43,4,60); }
div.DivClassName
{
background-color: #2B043C;
}
.BgClassName
{
background-color: #2B043C;
}
</style>
border-color css
<style>
span { border-color: #2B043C; }
span { border-color: rgb(43,4,60); }
td.TdClassName
{
border-color: #2B043C;
}
.TagClassName
{
border-color: #2B043C;
}
</style>