Shades of Blackcurrant #2A1C32
Tints of Blackcurrant #2A1C32
RGB
CMYK
RGB Variations
Color information
#2A1C32 (or 0x2A1C32) is known color: Blackcurrant. HEX triplet: 2A, 1C and 32. RGB value is (42,28,50). Sum of RGB (Red+Green+Blue) = 42+28+50=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A1C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1C32 is #D5E3CD. Grayscale: #222222. Windows color (decimal): -14017486 or 3284010. OLE color: 3284010.
HSL color Cylindrical-coordinate representation of color #2A1C32: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A1C32 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 28 | 50 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.80 |
| HSL | 278.18º | 0.28% | 0.15% | - |
| HSV(B) | 278.18º | 0.44% | 0.2% | - |
| XYZ | 1.95 | 1.55 | 3.21 | - |
| YUV | 34.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 50 | 0.16 | 0.44 | 0 | 0.80 | 278.18 | 0.28 | 0.15 |
| Hex | 2A | 1C | 32 | 10 | 2C | 0 | 50 | 116 | 1C | F |
| Octal | 52 | 34 | 62 | 20 | 54 | 0 | 120 | 426 | 34 | 17 |
| Binary | 101010 | 11100 | 110010 | 10000 | 101100 | 0 | 1010000 | 100010110 | 11100 | 1111 |
Color Harmonies of #2A1C32
Complementary color
Monochromatic Colors of #2A1C32
Black with #2A1C32
Text Example
Text Example
White with #2A1C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C32; }
p { color: rgb(42,28,50); }
H1.HeaderClassName
{
color: #2A1C32;
}
.AnyTagClassName
{
color: #2A1C32;
}
</style>
background-color css
<style>
a { background-color: #2A1C32; }
a { background-color: rgb(42,28,50); }
div.DivClassName
{
background-color: #2A1C32;
}
.BgClassName
{
background-color: #2A1C32;
}
</style>
border-color css
<style>
span { border-color: #2A1C32; }
span { border-color: rgb(42,28,50); }
td.TdClassName
{
border-color: #2A1C32;
}
.TagClassName
{
border-color: #2A1C32;
}
</style>