Shades of Blackcurrant #2B1935
Tints of Blackcurrant #2B1935
RGB
CMYK
RGB Variations
Color information
#2B1935 (or 0x2B1935) is known color: Blackcurrant. HEX triplet: 2B, 19 and 35. RGB value is (43,25,53). Sum of RGB (Red+Green+Blue) = 43+25+53=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B1935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1935 is #D4E6CA. Grayscale: #212121. Windows color (decimal): -13952715 or 3479851. OLE color: 3479851.
HSL color Cylindrical-coordinate representation of color #2B1935: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1935 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 25 | 53 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.79 |
| HSL | 278.57º | 0.36% | 0.15% | - |
| HSV(B) | 278.57º | 0.53% | 0.21% | - |
| XYZ | 1.99 | 1.47 | 3.55 | - |
| YUV | 33.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 53 | 0.19 | 0.53 | 0 | 0.79 | 278.57 | 0.36 | 0.15 |
| Hex | 2B | 19 | 35 | 13 | 35 | 0 | 4F | 117 | 24 | F |
| Octal | 53 | 31 | 65 | 23 | 65 | 0 | 117 | 427 | 44 | 17 |
| Binary | 101011 | 11001 | 110101 | 10011 | 110101 | 0 | 1001111 | 100010111 | 100100 | 1111 |
Color Harmonies of #2B1935
Complementary color
Monochromatic Colors of #2B1935
Black with #2B1935
Text Example
Text Example
White with #2B1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1935; }
p { color: rgb(43,25,53); }
H1.HeaderClassName
{
color: #2B1935;
}
.AnyTagClassName
{
color: #2B1935;
}
</style>
background-color css
<style>
a { background-color: #2B1935; }
a { background-color: rgb(43,25,53); }
div.DivClassName
{
background-color: #2B1935;
}
.BgClassName
{
background-color: #2B1935;
}
</style>
border-color css
<style>
span { border-color: #2B1935; }
span { border-color: rgb(43,25,53); }
td.TdClassName
{
border-color: #2B1935;
}
.TagClassName
{
border-color: #2B1935;
}
</style>