Shades of Blackcurrant #2B2234
Tints of Blackcurrant #2B2234
RGB
CMYK
RGB Variations
Color information
#2B2234 (or 0x2B2234) is known color: Blackcurrant. HEX triplet: 2B, 22 and 34. RGB value is (43,34,52). Sum of RGB (Red+Green+Blue) = 43+34+52=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B2234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2234 is #D4DDCB. Grayscale: #262626. Windows color (decimal): -13950412 or 3416619. OLE color: 3416619.
HSL color Cylindrical-coordinate representation of color #2B2234: hue angle of 270º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B2234 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 34 | 52 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.80 |
| HSL | 270º | 0.21% | 0.17% | - |
| HSV(B) | 270º | 0.35% | 0.2% | - |
| XYZ | 2.19 | 1.91 | 3.5 | - |
| YUV | 38.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 52 | 0.17 | 0.35 | 0 | 0.80 | 270 | 0.21 | 0.17 |
| Hex | 2B | 22 | 34 | 11 | 23 | 0 | 50 | 10E | 15 | 11 |
| Octal | 53 | 42 | 64 | 21 | 43 | 0 | 120 | 416 | 25 | 21 |
| Binary | 101011 | 100010 | 110100 | 10001 | 100011 | 0 | 1010000 | 100001110 | 10101 | 10001 |
Color Harmonies of #2B2234
Complementary color
Monochromatic Colors of #2B2234
Black with #2B2234
Text Example
Text Example
White with #2B2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2234; }
p { color: rgb(43,34,52); }
H1.HeaderClassName
{
color: #2B2234;
}
.AnyTagClassName
{
color: #2B2234;
}
</style>
background-color css
<style>
a { background-color: #2B2234; }
a { background-color: rgb(43,34,52); }
div.DivClassName
{
background-color: #2B2234;
}
.BgClassName
{
background-color: #2B2234;
}
</style>
border-color css
<style>
span { border-color: #2B2234; }
span { border-color: rgb(43,34,52); }
td.TdClassName
{
border-color: #2B2234;
}
.TagClassName
{
border-color: #2B2234;
}
</style>