Shades of Blackcurrant #2B272F
Tints of Blackcurrant #2B272F
RGB
CMYK
RGB Variations
Color information
#2B272F (or 0x2B272F) is known color: Blackcurrant. HEX triplet: 2B, 27 and 2F. RGB value is (43,39,47). Sum of RGB (Red+Green+Blue) = 43+39+47=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B272F is #D4D8D0. Grayscale: #292929. Windows color (decimal): -13949137 or 3090219. OLE color: 3090219.
HSL color Cylindrical-coordinate representation of color #2B272F: hue angle of 270º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B272F is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 39 | 47 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.82 |
| HSL | 270º | 0.09% | 0.17% | - |
| HSV(B) | 270º | 0.17% | 0.18% | - |
| XYZ | 2.23 | 2.17 | 2.99 | - |
| YUV | 41.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 47 | 0.09 | 0.17 | 0 | 0.82 | 270 | 0.09 | 0.17 |
| Hex | 2B | 27 | 2F | 9 | 11 | 0 | 52 | 10E | 9 | 11 |
| Octal | 53 | 47 | 57 | 11 | 21 | 0 | 122 | 416 | 11 | 21 |
| Binary | 101011 | 100111 | 101111 | 1001 | 10001 | 0 | 1010010 | 100001110 | 1001 | 10001 |
Color Harmonies of #2B272F
Complementary color
Monochromatic Colors of #2B272F
Black with #2B272F
Text Example
Text Example
White with #2B272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B272F; }
p { color: rgb(43,39,47); }
H1.HeaderClassName
{
color: #2B272F;
}
.AnyTagClassName
{
color: #2B272F;
}
</style>
background-color css
<style>
a { background-color: #2B272F; }
a { background-color: rgb(43,39,47); }
div.DivClassName
{
background-color: #2B272F;
}
.BgClassName
{
background-color: #2B272F;
}
</style>
border-color css
<style>
span { border-color: #2B272F; }
span { border-color: rgb(43,39,47); }
td.TdClassName
{
border-color: #2B272F;
}
.TagClassName
{
border-color: #2B272F;
}
</style>