Shades of Blackcurrant #2A0845
Tints of Blackcurrant #2A0845
RGB
CMYK
RGB Variations
Color information
#2A0845 (or 0x2A0845) is known color: Blackcurrant. HEX triplet: 2A, 08 and 45. RGB value is (42,8,69). Sum of RGB (Red+Green+Blue) = 42+8+69=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A0845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0845 is #D5F7BA. Grayscale: #181818. Windows color (decimal): -14022587 or 4524074. OLE color: 4524074.
HSL color Cylindrical-coordinate representation of color #2A0845: hue angle of 273.44º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0845 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 8 | 69 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.73 |
| HSL | 273.44º | 0.79% | 0.15% | - |
| HSV(B) | 273.44º | 0.88% | 0.27% | - |
| XYZ | 2.12 | 1.1 | 5.73 | - |
| YUV | 25.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 69 | 0.39 | 0.88 | 0 | 0.73 | 273.44 | 0.79 | 0.15 |
| Hex | 2A | 8 | 45 | 27 | 58 | 0 | 49 | 111 | 4F | F |
| Octal | 52 | 10 | 105 | 47 | 130 | 0 | 111 | 421 | 117 | 17 |
| Binary | 101010 | 1000 | 1000101 | 100111 | 1011000 | 0 | 1001001 | 100010001 | 1001111 | 1111 |
Color Harmonies of #2A0845
Complementary color
Monochromatic Colors of #2A0845
Black with #2A0845
Text Example
Text Example
White with #2A0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0845; }
p { color: rgb(42,8,69); }
H1.HeaderClassName
{
color: #2A0845;
}
.AnyTagClassName
{
color: #2A0845;
}
</style>
background-color css
<style>
a { background-color: #2A0845; }
a { background-color: rgb(42,8,69); }
div.DivClassName
{
background-color: #2A0845;
}
.BgClassName
{
background-color: #2A0845;
}
</style>
border-color css
<style>
span { border-color: #2A0845; }
span { border-color: rgb(42,8,69); }
td.TdClassName
{
border-color: #2A0845;
}
.TagClassName
{
border-color: #2A0845;
}
</style>