Shades of Blackcurrant #2B172F
Tints of Blackcurrant #2B172F
RGB
CMYK
RGB Variations
Color information
#2B172F (or 0x2B172F) is known color: Blackcurrant. HEX triplet: 2B, 17 and 2F. RGB value is (43,23,47). Sum of RGB (Red+Green+Blue) = 43+23+47=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B172F is #D4E8D0. Grayscale: #1F1F1F. Windows color (decimal): -13953233 or 3086123. OLE color: 3086123.
HSL color Cylindrical-coordinate representation of color #2B172F: hue angle of 290º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B172F is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 23 | 47 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.82 |
| HSL | 290º | 0.34% | 0.14% | - |
| HSV(B) | 290º | 0.51% | 0.18% | - |
| XYZ | 1.82 | 1.33 | 2.85 | - |
| YUV | 31.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 47 | 0.09 | 0.51 | 0 | 0.82 | 290 | 0.34 | 0.14 |
| Hex | 2B | 17 | 2F | 9 | 33 | 0 | 52 | 122 | 22 | E |
| Octal | 53 | 27 | 57 | 11 | 63 | 0 | 122 | 442 | 42 | 16 |
| Binary | 101011 | 10111 | 101111 | 1001 | 110011 | 0 | 1010010 | 100100010 | 100010 | 1110 |
Color Harmonies of #2B172F
Complementary color
Monochromatic Colors of #2B172F
Black with #2B172F
Text Example
Text Example
White with #2B172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B172F; }
p { color: rgb(43,23,47); }
H1.HeaderClassName
{
color: #2B172F;
}
.AnyTagClassName
{
color: #2B172F;
}
</style>
background-color css
<style>
a { background-color: #2B172F; }
a { background-color: rgb(43,23,47); }
div.DivClassName
{
background-color: #2B172F;
}
.BgClassName
{
background-color: #2B172F;
}
</style>
border-color css
<style>
span { border-color: #2B172F; }
span { border-color: rgb(43,23,47); }
td.TdClassName
{
border-color: #2B172F;
}
.TagClassName
{
border-color: #2B172F;
}
</style>