Shades of Blackcurrant #2A2032
Tints of Blackcurrant #2A2032
RGB
CMYK
RGB Variations
Color information
#2A2032 (or 0x2A2032) is known color: Blackcurrant. HEX triplet: 2A, 20 and 32. RGB value is (42,32,50). Sum of RGB (Red+Green+Blue) = 42+32+50=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2032 is #D5DFCD. Grayscale: #242424. Windows color (decimal): -14016462 or 3285034. OLE color: 3285034.
HSL color Cylindrical-coordinate representation of color #2A2032: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A2032 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 32 | 50 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.80 |
| HSL | 273.33º | 0.22% | 0.16% | - |
| HSV(B) | 273.33º | 0.36% | 0.2% | - |
| XYZ | 2.05 | 1.76 | 3.25 | - |
| YUV | 37.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 50 | 0.16 | 0.36 | 0 | 0.80 | 273.33 | 0.22 | 0.16 |
| Hex | 2A | 20 | 32 | 10 | 24 | 0 | 50 | 111 | 16 | 10 |
| Octal | 52 | 40 | 62 | 20 | 44 | 0 | 120 | 421 | 26 | 20 |
| Binary | 101010 | 100000 | 110010 | 10000 | 100100 | 0 | 1010000 | 100010001 | 10110 | 10000 |
Color Harmonies of #2A2032
Complementary color
Monochromatic Colors of #2A2032
Black with #2A2032
Text Example
Text Example
White with #2A2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2032; }
p { color: rgb(42,32,50); }
H1.HeaderClassName
{
color: #2A2032;
}
.AnyTagClassName
{
color: #2A2032;
}
</style>
background-color css
<style>
a { background-color: #2A2032; }
a { background-color: rgb(42,32,50); }
div.DivClassName
{
background-color: #2A2032;
}
.BgClassName
{
background-color: #2A2032;
}
</style>
border-color css
<style>
span { border-color: #2A2032; }
span { border-color: rgb(42,32,50); }
td.TdClassName
{
border-color: #2A2032;
}
.TagClassName
{
border-color: #2A2032;
}
</style>