Shades of Blackcurrant #2A1732
Tints of Blackcurrant #2A1732
RGB
CMYK
RGB Variations
Color information
#2A1732 (or 0x2A1732) is known color: Blackcurrant. HEX triplet: 2A, 17 and 32. RGB value is (42,23,50). Sum of RGB (Red+Green+Blue) = 42+23+50=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A1732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1732 is #D5E8CD. Grayscale: #1F1F1F. Windows color (decimal): -14018766 or 3282730. OLE color: 3282730.
HSL color Cylindrical-coordinate representation of color #2A1732: hue angle of 282.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A1732 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 23 | 50 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.80 |
| HSL | 282.22º | 0.37% | 0.14% | - |
| HSV(B) | 282.22º | 0.54% | 0.2% | - |
| XYZ | 1.84 | 1.34 | 3.18 | - |
| YUV | 31.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 50 | 0.16 | 0.54 | 0 | 0.80 | 282.22 | 0.37 | 0.14 |
| Hex | 2A | 17 | 32 | 10 | 36 | 0 | 50 | 11A | 25 | E |
| Octal | 52 | 27 | 62 | 20 | 66 | 0 | 120 | 432 | 45 | 16 |
| Binary | 101010 | 10111 | 110010 | 10000 | 110110 | 0 | 1010000 | 100011010 | 100101 | 1110 |
Color Harmonies of #2A1732
Complementary color
Monochromatic Colors of #2A1732
Black with #2A1732
Text Example
Text Example
White with #2A1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1732; }
p { color: rgb(42,23,50); }
H1.HeaderClassName
{
color: #2A1732;
}
.AnyTagClassName
{
color: #2A1732;
}
</style>
background-color css
<style>
a { background-color: #2A1732; }
a { background-color: rgb(42,23,50); }
div.DivClassName
{
background-color: #2A1732;
}
.BgClassName
{
background-color: #2A1732;
}
</style>
border-color css
<style>
span { border-color: #2A1732; }
span { border-color: rgb(42,23,50); }
td.TdClassName
{
border-color: #2A1732;
}
.TagClassName
{
border-color: #2A1732;
}
</style>