Shades of Blackcurrant #2A2033
Tints of Blackcurrant #2A2033
RGB
CMYK
RGB Variations
Color information
#2A2033 (or 0x2A2033) is known color: Blackcurrant. HEX triplet: 2A, 20 and 33. RGB value is (42,32,51). Sum of RGB (Red+Green+Blue) = 42+32+51=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2033 is #D5DFCC. Grayscale: #252525. Windows color (decimal): -14016461 or 3350570. OLE color: 3350570.
HSL color Cylindrical-coordinate representation of color #2A2033: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A2033 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 32 | 51 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.8 |
| HSL | 271.58º | 0.23% | 0.16% | - |
| HSV(B) | 271.58º | 0.37% | 0.2% | - |
| XYZ | 2.07 | 1.76 | 3.36 | - |
| YUV | 37.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 51 | 0.18 | 0.37 | 0 | 0.8 | 271.58 | 0.23 | 0.16 |
| Hex | 2A | 20 | 33 | 12 | 25 | 0 | 50 | 110 | 17 | 10 |
| Octal | 52 | 40 | 63 | 22 | 45 | 0 | 120 | 420 | 27 | 20 |
| Binary | 101010 | 100000 | 110011 | 10010 | 100101 | 0 | 1010000 | 100010000 | 10111 | 10000 |
Color Harmonies of #2A2033
Complementary color
Monochromatic Colors of #2A2033
Black with #2A2033
Text Example
Text Example
White with #2A2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2033; }
p { color: rgb(42,32,51); }
H1.HeaderClassName
{
color: #2A2033;
}
.AnyTagClassName
{
color: #2A2033;
}
</style>
background-color css
<style>
a { background-color: #2A2033; }
a { background-color: rgb(42,32,51); }
div.DivClassName
{
background-color: #2A2033;
}
.BgClassName
{
background-color: #2A2033;
}
</style>
border-color css
<style>
span { border-color: #2A2033; }
span { border-color: rgb(42,32,51); }
td.TdClassName
{
border-color: #2A2033;
}
.TagClassName
{
border-color: #2A2033;
}
</style>