Shades of Blackcurrant #2A1632
Tints of Blackcurrant #2A1632
RGB
CMYK
RGB Variations
Color information
#2A1632 (or 0x2A1632) is known color: Blackcurrant. HEX triplet: 2A, 16 and 32. RGB value is (42,22,50). Sum of RGB (Red+Green+Blue) = 42+22+50=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A1632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1632 is #D5E9CD. Grayscale: #1F1F1F. Windows color (decimal): -14019022 or 3282474. OLE color: 3282474.
HSL color Cylindrical-coordinate representation of color #2A1632: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A1632 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 22 | 50 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.80 |
| HSL | 282.86º | 0.39% | 0.14% | - |
| HSV(B) | 282.86º | 0.56% | 0.2% | - |
| XYZ | 1.82 | 1.3 | 3.17 | - |
| YUV | 31.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 50 | 0.16 | 0.56 | 0 | 0.80 | 282.86 | 0.39 | 0.14 |
| Hex | 2A | 16 | 32 | 10 | 38 | 0 | 50 | 11B | 27 | E |
| Octal | 52 | 26 | 62 | 20 | 70 | 0 | 120 | 433 | 47 | 16 |
| Binary | 101010 | 10110 | 110010 | 10000 | 111000 | 0 | 1010000 | 100011011 | 100111 | 1110 |
Color Harmonies of #2A1632
Complementary color
Monochromatic Colors of #2A1632
Black with #2A1632
Text Example
Text Example
White with #2A1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1632; }
p { color: rgb(42,22,50); }
H1.HeaderClassName
{
color: #2A1632;
}
.AnyTagClassName
{
color: #2A1632;
}
</style>
background-color css
<style>
a { background-color: #2A1632; }
a { background-color: rgb(42,22,50); }
div.DivClassName
{
background-color: #2A1632;
}
.BgClassName
{
background-color: #2A1632;
}
</style>
border-color css
<style>
span { border-color: #2A1632; }
span { border-color: rgb(42,22,50); }
td.TdClassName
{
border-color: #2A1632;
}
.TagClassName
{
border-color: #2A1632;
}
</style>