Shades of Blackcurrant #2A1932
Tints of Blackcurrant #2A1932
RGB
CMYK
RGB Variations
Color information
#2A1932 (or 0x2A1932) is known color: Blackcurrant. HEX triplet: 2A, 19 and 32. RGB value is (42,25,50). Sum of RGB (Red+Green+Blue) = 42+25+50=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1932 is #D5E6CD. Grayscale: #202020. Windows color (decimal): -14018254 or 3283242. OLE color: 3283242.
HSL color Cylindrical-coordinate representation of color #2A1932: hue angle of 280.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1932 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 25 | 50 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.80 |
| HSL | 280.8º | 0.33% | 0.15% | - |
| HSV(B) | 280.8º | 0.5% | 0.2% | - |
| XYZ | 1.88 | 1.42 | 3.19 | - |
| YUV | 32.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 50 | 0.16 | 0.50 | 0 | 0.80 | 280.8 | 0.33 | 0.15 |
| Hex | 2A | 19 | 32 | 10 | 32 | 0 | 50 | 119 | 21 | F |
| Octal | 52 | 31 | 62 | 20 | 62 | 0 | 120 | 431 | 41 | 17 |
| Binary | 101010 | 11001 | 110010 | 10000 | 110010 | 0 | 1010000 | 100011001 | 100001 | 1111 |
Color Harmonies of #2A1932
Complementary color
Monochromatic Colors of #2A1932
Black with #2A1932
Text Example
Text Example
White with #2A1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1932; }
p { color: rgb(42,25,50); }
H1.HeaderClassName
{
color: #2A1932;
}
.AnyTagClassName
{
color: #2A1932;
}
</style>
background-color css
<style>
a { background-color: #2A1932; }
a { background-color: rgb(42,25,50); }
div.DivClassName
{
background-color: #2A1932;
}
.BgClassName
{
background-color: #2A1932;
}
</style>
border-color css
<style>
span { border-color: #2A1932; }
span { border-color: rgb(42,25,50); }
td.TdClassName
{
border-color: #2A1932;
}
.TagClassName
{
border-color: #2A1932;
}
</style>