Shades of Blackcurrant #2A153C
Tints of Blackcurrant #2A153C
RGB
CMYK
RGB Variations
Color information
#2A153C (or 0x2A153C) is known color: Blackcurrant. HEX triplet: 2A, 15 and 3C. RGB value is (42,21,60). Sum of RGB (Red+Green+Blue) = 42+21+60=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A153C is #D5EAC3. Grayscale: #1F1F1F. Windows color (decimal): -14019268 or 3937578. OLE color: 3937578.
HSL color Cylindrical-coordinate representation of color #2A153C: hue angle of 272.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A153C is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 21 | 60 | - |
| CMYK | 0.3 | 0.65 | 0 | 0.76 |
| HSL | 272.31º | 0.48% | 0.16% | - |
| HSV(B) | 272.31º | 0.65% | 0.24% | - |
| XYZ | 2.04 | 1.35 | 4.43 | - |
| YUV | 31.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 60 | 0.3 | 0.65 | 0 | 0.76 | 272.31 | 0.48 | 0.16 |
| Hex | 2A | 15 | 3C | 1E | 41 | 0 | 4C | 110 | 30 | 10 |
| Octal | 52 | 25 | 74 | 36 | 101 | 0 | 114 | 420 | 60 | 20 |
| Binary | 101010 | 10101 | 111100 | 11110 | 1000001 | 0 | 1001100 | 100010000 | 110000 | 10000 |
Color Harmonies of #2A153C
Complementary color
Monochromatic Colors of #2A153C
Black with #2A153C
Text Example
Text Example
White with #2A153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A153C; }
p { color: rgb(42,21,60); }
H1.HeaderClassName
{
color: #2A153C;
}
.AnyTagClassName
{
color: #2A153C;
}
</style>
background-color css
<style>
a { background-color: #2A153C; }
a { background-color: rgb(42,21,60); }
div.DivClassName
{
background-color: #2A153C;
}
.BgClassName
{
background-color: #2A153C;
}
</style>
border-color css
<style>
span { border-color: #2A153C; }
span { border-color: rgb(42,21,60); }
td.TdClassName
{
border-color: #2A153C;
}
.TagClassName
{
border-color: #2A153C;
}
</style>