Shades of Blackcurrant #2A2130
Tints of Blackcurrant #2A2130
RGB
CMYK
RGB Variations
Color information
#2A2130 (or 0x2A2130) is known color: Blackcurrant. HEX triplet: 2A, 21 and 30. RGB value is (42,33,48). Sum of RGB (Red+Green+Blue) = 42+33+48=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2130 is #D5DECF. Grayscale: #252525. Windows color (decimal): -14016208 or 3154218. OLE color: 3154218.
HSL color Cylindrical-coordinate representation of color #2A2130: hue angle of 276º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A2130 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 33 | 48 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.81 |
| HSL | 276º | 0.19% | 0.16% | - |
| HSV(B) | 276º | 0.31% | 0.19% | - |
| XYZ | 2.03 | 1.79 | 3.04 | - |
| YUV | 37.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 48 | 0.13 | 0.31 | 0 | 0.81 | 276 | 0.19 | 0.16 |
| Hex | 2A | 21 | 30 | D | 1F | 0 | 51 | 114 | 13 | 10 |
| Octal | 52 | 41 | 60 | 15 | 37 | 0 | 121 | 424 | 23 | 20 |
| Binary | 101010 | 100001 | 110000 | 1101 | 11111 | 0 | 1010001 | 100010100 | 10011 | 10000 |
Color Harmonies of #2A2130
Complementary color
Monochromatic Colors of #2A2130
Black with #2A2130
Text Example
Text Example
White with #2A2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2130; }
p { color: rgb(42,33,48); }
H1.HeaderClassName
{
color: #2A2130;
}
.AnyTagClassName
{
color: #2A2130;
}
</style>
background-color css
<style>
a { background-color: #2A2130; }
a { background-color: rgb(42,33,48); }
div.DivClassName
{
background-color: #2A2130;
}
.BgClassName
{
background-color: #2A2130;
}
</style>
border-color css
<style>
span { border-color: #2A2130; }
span { border-color: rgb(42,33,48); }
td.TdClassName
{
border-color: #2A2130;
}
.TagClassName
{
border-color: #2A2130;
}
</style>