Shades of Blackcurrant #2A1135
Tints of Blackcurrant #2A1135
RGB
CMYK
RGB Variations
Color information
#2A1135 (or 0x2A1135) is known color: Blackcurrant. HEX triplet: 2A, 11 and 35. RGB value is (42,17,53). Sum of RGB (Red+Green+Blue) = 42+17+53=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1135 is #D5EECA. Grayscale: #1C1C1C. Windows color (decimal): -14020299 or 3477802. OLE color: 3477802.
HSL color Cylindrical-coordinate representation of color #2A1135: hue angle of 281.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1135 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 17 | 53 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.79 |
| HSL | 281.67º | 0.51% | 0.14% | - |
| HSV(B) | 281.67º | 0.68% | 0.21% | - |
| XYZ | 1.8 | 1.15 | 3.5 | - |
| YUV | 28.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 53 | 0.21 | 0.68 | 0 | 0.79 | 281.67 | 0.51 | 0.14 |
| Hex | 2A | 11 | 35 | 15 | 44 | 0 | 4F | 11A | 33 | E |
| Octal | 52 | 21 | 65 | 25 | 104 | 0 | 117 | 432 | 63 | 16 |
| Binary | 101010 | 10001 | 110101 | 10101 | 1000100 | 0 | 1001111 | 100011010 | 110011 | 1110 |
Color Harmonies of #2A1135
Complementary color
Monochromatic Colors of #2A1135
Black with #2A1135
Text Example
Text Example
White with #2A1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1135; }
p { color: rgb(42,17,53); }
H1.HeaderClassName
{
color: #2A1135;
}
.AnyTagClassName
{
color: #2A1135;
}
</style>
background-color css
<style>
a { background-color: #2A1135; }
a { background-color: rgb(42,17,53); }
div.DivClassName
{
background-color: #2A1135;
}
.BgClassName
{
background-color: #2A1135;
}
</style>
border-color css
<style>
span { border-color: #2A1135; }
span { border-color: rgb(42,17,53); }
td.TdClassName
{
border-color: #2A1135;
}
.TagClassName
{
border-color: #2A1135;
}
</style>