Shades of Blackcurrant #2A1535
Tints of Blackcurrant #2A1535
RGB
CMYK
RGB Variations
Color information
#2A1535 (or 0x2A1535) is known color: Blackcurrant. HEX triplet: 2A, 15 and 35. RGB value is (42,21,53). Sum of RGB (Red+Green+Blue) = 42+21+53=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A1535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1535 is #D5EACA. Grayscale: #1E1E1E. Windows color (decimal): -14019275 or 3478826. OLE color: 3478826.
HSL color Cylindrical-coordinate representation of color #2A1535: hue angle of 279.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1535 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 21 | 53 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.79 |
| HSL | 279.38º | 0.43% | 0.15% | - |
| HSV(B) | 279.38º | 0.6% | 0.21% | - |
| XYZ | 1.87 | 1.29 | 3.52 | - |
| YUV | 30.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 53 | 0.21 | 0.60 | 0 | 0.79 | 279.38 | 0.43 | 0.15 |
| Hex | 2A | 15 | 35 | 15 | 3C | 0 | 4F | 117 | 2B | F |
| Octal | 52 | 25 | 65 | 25 | 74 | 0 | 117 | 427 | 53 | 17 |
| Binary | 101010 | 10101 | 110101 | 10101 | 111100 | 0 | 1001111 | 100010111 | 101011 | 1111 |
Color Harmonies of #2A1535
Complementary color
Monochromatic Colors of #2A1535
Black with #2A1535
Text Example
Text Example
White with #2A1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1535; }
p { color: rgb(42,21,53); }
H1.HeaderClassName
{
color: #2A1535;
}
.AnyTagClassName
{
color: #2A1535;
}
</style>
background-color css
<style>
a { background-color: #2A1535; }
a { background-color: rgb(42,21,53); }
div.DivClassName
{
background-color: #2A1535;
}
.BgClassName
{
background-color: #2A1535;
}
</style>
border-color css
<style>
span { border-color: #2A1535; }
span { border-color: rgb(42,21,53); }
td.TdClassName
{
border-color: #2A1535;
}
.TagClassName
{
border-color: #2A1535;
}
</style>