Shades of Blackcurrant #2B1D3C
Tints of Blackcurrant #2B1D3C
RGB
CMYK
RGB Variations
Color information
#2B1D3C (or 0x2B1D3C) is known color: Blackcurrant. HEX triplet: 2B, 1D and 3C. RGB value is (43,29,60). Sum of RGB (Red+Green+Blue) = 43+29+60=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B1D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D3C is #D4E2C3. Grayscale: #242424. Windows color (decimal): -13951684 or 3939627. OLE color: 3939627.
HSL color Cylindrical-coordinate representation of color #2B1D3C: hue angle of 267.1º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B1D3C is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 29 | 60 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.76 |
| HSL | 267.1º | 0.35% | 0.17% | - |
| HSV(B) | 267.1º | 0.52% | 0.24% | - |
| XYZ | 2.25 | 1.72 | 4.49 | - |
| YUV | 36.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 60 | 0.28 | 0.52 | 0 | 0.76 | 267.1 | 0.35 | 0.17 |
| Hex | 2B | 1D | 3C | 1C | 34 | 0 | 4C | 10B | 23 | 11 |
| Octal | 53 | 35 | 74 | 34 | 64 | 0 | 114 | 413 | 43 | 21 |
| Binary | 101011 | 11101 | 111100 | 11100 | 110100 | 0 | 1001100 | 100001011 | 100011 | 10001 |
Color Harmonies of #2B1D3C
Complementary color
Monochromatic Colors of #2B1D3C
Black with #2B1D3C
Text Example
Text Example
White with #2B1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D3C; }
p { color: rgb(43,29,60); }
H1.HeaderClassName
{
color: #2B1D3C;
}
.AnyTagClassName
{
color: #2B1D3C;
}
</style>
background-color css
<style>
a { background-color: #2B1D3C; }
a { background-color: rgb(43,29,60); }
div.DivClassName
{
background-color: #2B1D3C;
}
.BgClassName
{
background-color: #2B1D3C;
}
</style>
border-color css
<style>
span { border-color: #2B1D3C; }
span { border-color: rgb(43,29,60); }
td.TdClassName
{
border-color: #2B1D3C;
}
.TagClassName
{
border-color: #2B1D3C;
}
</style>