Shades of Blackcurrant #2B173C
Tints of Blackcurrant #2B173C
RGB
CMYK
RGB Variations
Color information
#2B173C (or 0x2B173C) is known color: Blackcurrant. HEX triplet: 2B, 17 and 3C. RGB value is (43,23,60). Sum of RGB (Red+Green+Blue) = 43+23+60=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B173C is #D4E8C3. Grayscale: #212121. Windows color (decimal): -13953220 or 3938091. OLE color: 3938091.
HSL color Cylindrical-coordinate representation of color #2B173C: hue angle of 272.43º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B173C is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 23 | 60 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.76 |
| HSL | 272.43º | 0.45% | 0.16% | - |
| HSV(B) | 272.43º | 0.62% | 0.24% | - |
| XYZ | 2.12 | 1.45 | 4.44 | - |
| YUV | 33.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 60 | 0.28 | 0.62 | 0 | 0.76 | 272.43 | 0.45 | 0.16 |
| Hex | 2B | 17 | 3C | 1C | 3E | 0 | 4C | 110 | 2D | 10 |
| Octal | 53 | 27 | 74 | 34 | 76 | 0 | 114 | 420 | 55 | 20 |
| Binary | 101011 | 10111 | 111100 | 11100 | 111110 | 0 | 1001100 | 100010000 | 101101 | 10000 |
Color Harmonies of #2B173C
Complementary color
Monochromatic Colors of #2B173C
Black with #2B173C
Text Example
Text Example
White with #2B173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B173C; }
p { color: rgb(43,23,60); }
H1.HeaderClassName
{
color: #2B173C;
}
.AnyTagClassName
{
color: #2B173C;
}
</style>
background-color css
<style>
a { background-color: #2B173C; }
a { background-color: rgb(43,23,60); }
div.DivClassName
{
background-color: #2B173C;
}
.BgClassName
{
background-color: #2B173C;
}
</style>
border-color css
<style>
span { border-color: #2B173C; }
span { border-color: rgb(43,23,60); }
td.TdClassName
{
border-color: #2B173C;
}
.TagClassName
{
border-color: #2B173C;
}
</style>