Shades of Blackcurrant #2A1148
Tints of Blackcurrant #2A1148
RGB
CMYK
RGB Variations
Color information
#2A1148 (or 0x2A1148) is known color: Blackcurrant. HEX triplet: 2A, 11 and 48. RGB value is (42,17,72). Sum of RGB (Red+Green+Blue) = 42+17+72=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1148 is #D5EEB7. Grayscale: #1E1E1E. Windows color (decimal): -14020280 or 4722986. OLE color: 4722986.
HSL color Cylindrical-coordinate representation of color #2A1148: hue angle of 267.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1148 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 17 | 72 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.72 |
| HSL | 267.27º | 0.62% | 0.17% | - |
| HSV(B) | 267.27º | 0.76% | 0.28% | - |
| XYZ | 2.32 | 1.36 | 6.27 | - |
| YUV | 30.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 72 | 0.42 | 0.76 | 0 | 0.72 | 267.27 | 0.62 | 0.17 |
| Hex | 2A | 11 | 48 | 2A | 4C | 0 | 48 | 10B | 3E | 11 |
| Octal | 52 | 21 | 110 | 52 | 114 | 0 | 110 | 413 | 76 | 21 |
| Binary | 101010 | 10001 | 1001000 | 101010 | 1001100 | 0 | 1001000 | 100001011 | 111110 | 10001 |
Color Harmonies of #2A1148
Complementary color
Monochromatic Colors of #2A1148
Black with #2A1148
Text Example
Text Example
White with #2A1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1148; }
p { color: rgb(42,17,72); }
H1.HeaderClassName
{
color: #2A1148;
}
.AnyTagClassName
{
color: #2A1148;
}
</style>
background-color css
<style>
a { background-color: #2A1148; }
a { background-color: rgb(42,17,72); }
div.DivClassName
{
background-color: #2A1148;
}
.BgClassName
{
background-color: #2A1148;
}
</style>
border-color css
<style>
span { border-color: #2A1148; }
span { border-color: rgb(42,17,72); }
td.TdClassName
{
border-color: #2A1148;
}
.TagClassName
{
border-color: #2A1148;
}
</style>