Shades of Blackcurrant #2A133C
Tints of Blackcurrant #2A133C
RGB
CMYK
RGB Variations
Color information
#2A133C (or 0x2A133C) is known color: Blackcurrant. HEX triplet: 2A, 13 and 3C. RGB value is (42,19,60). Sum of RGB (Red+Green+Blue) = 42+19+60=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A133C is #D5ECC3. Grayscale: #1E1E1E. Windows color (decimal): -14019780 or 3937066. OLE color: 3937066.
HSL color Cylindrical-coordinate representation of color #2A133C: hue angle of 273.66º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A133C is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 19 | 60 | - |
| CMYK | 0.3 | 0.68 | 0 | 0.76 |
| HSL | 273.66º | 0.52% | 0.15% | - |
| HSV(B) | 273.66º | 0.68% | 0.24% | - |
| XYZ | 2 | 1.28 | 4.42 | - |
| YUV | 30.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 60 | 0.3 | 0.68 | 0 | 0.76 | 273.66 | 0.52 | 0.15 |
| Hex | 2A | 13 | 3C | 1E | 44 | 0 | 4C | 112 | 34 | F |
| Octal | 52 | 23 | 74 | 36 | 104 | 0 | 114 | 422 | 64 | 17 |
| Binary | 101010 | 10011 | 111100 | 11110 | 1000100 | 0 | 1001100 | 100010010 | 110100 | 1111 |
Color Harmonies of #2A133C
Complementary color
Monochromatic Colors of #2A133C
Black with #2A133C
Text Example
Text Example
White with #2A133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A133C; }
p { color: rgb(42,19,60); }
H1.HeaderClassName
{
color: #2A133C;
}
.AnyTagClassName
{
color: #2A133C;
}
</style>
background-color css
<style>
a { background-color: #2A133C; }
a { background-color: rgb(42,19,60); }
div.DivClassName
{
background-color: #2A133C;
}
.BgClassName
{
background-color: #2A133C;
}
</style>
border-color css
<style>
span { border-color: #2A133C; }
span { border-color: rgb(42,19,60); }
td.TdClassName
{
border-color: #2A133C;
}
.TagClassName
{
border-color: #2A133C;
}
</style>