Shades of Blackcurrant #2B202F
Tints of Blackcurrant #2B202F
RGB
CMYK
RGB Variations
Color information
#2B202F (or 0x2B202F) is known color: Blackcurrant. HEX triplet: 2B, 20 and 2F. RGB value is (43,32,47). Sum of RGB (Red+Green+Blue) = 43+32+47=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B202F is #D4DFD0. Grayscale: #242424. Windows color (decimal): -13950929 or 3088427. OLE color: 3088427.
HSL color Cylindrical-coordinate representation of color #2B202F: hue angle of 284º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B202F is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 32 | 47 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.82 |
| HSL | 284º | 0.19% | 0.15% | - |
| HSV(B) | 284º | 0.32% | 0.18% | - |
| XYZ | 2.03 | 1.75 | 2.92 | - |
| YUV | 37 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 47 | 0.09 | 0.32 | 0 | 0.82 | 284 | 0.19 | 0.15 |
| Hex | 2B | 20 | 2F | 9 | 20 | 0 | 52 | 11C | 13 | F |
| Octal | 53 | 40 | 57 | 11 | 40 | 0 | 122 | 434 | 23 | 17 |
| Binary | 101011 | 100000 | 101111 | 1001 | 100000 | 0 | 1010010 | 100011100 | 10011 | 1111 |
Color Harmonies of #2B202F
Complementary color
Monochromatic Colors of #2B202F
Black with #2B202F
Text Example
Text Example
White with #2B202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B202F; }
p { color: rgb(43,32,47); }
H1.HeaderClassName
{
color: #2B202F;
}
.AnyTagClassName
{
color: #2B202F;
}
</style>
background-color css
<style>
a { background-color: #2B202F; }
a { background-color: rgb(43,32,47); }
div.DivClassName
{
background-color: #2B202F;
}
.BgClassName
{
background-color: #2B202F;
}
</style>
border-color css
<style>
span { border-color: #2B202F; }
span { border-color: rgb(43,32,47); }
td.TdClassName
{
border-color: #2B202F;
}
.TagClassName
{
border-color: #2B202F;
}
</style>