Shades of Blackcurrant #2A0945
Tints of Blackcurrant #2A0945
RGB
CMYK
RGB Variations
Color information
#2A0945 (or 0x2A0945) is known color: Blackcurrant. HEX triplet: 2A, 09 and 45. RGB value is (42,9,69). Sum of RGB (Red+Green+Blue) = 42+9+69=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A0945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0945 is #D5F6BA. Grayscale: #191919. Windows color (decimal): -14022331 or 4524330. OLE color: 4524330.
HSL color Cylindrical-coordinate representation of color #2A0945: hue angle of 273º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A0945 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 9 | 69 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.73 |
| HSL | 273º | 0.77% | 0.15% | - |
| HSV(B) | 273º | 0.87% | 0.27% | - |
| XYZ | 2.13 | 1.12 | 5.73 | - |
| YUV | 25.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 69 | 0.39 | 0.87 | 0 | 0.73 | 273 | 0.77 | 0.15 |
| Hex | 2A | 9 | 45 | 27 | 57 | 0 | 49 | 111 | 4D | F |
| Octal | 52 | 11 | 105 | 47 | 127 | 0 | 111 | 421 | 115 | 17 |
| Binary | 101010 | 1001 | 1000101 | 100111 | 1010111 | 0 | 1001001 | 100010001 | 1001101 | 1111 |
Color Harmonies of #2A0945
Complementary color
Monochromatic Colors of #2A0945
Black with #2A0945
Text Example
Text Example
White with #2A0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0945; }
p { color: rgb(42,9,69); }
H1.HeaderClassName
{
color: #2A0945;
}
.AnyTagClassName
{
color: #2A0945;
}
</style>
background-color css
<style>
a { background-color: #2A0945; }
a { background-color: rgb(42,9,69); }
div.DivClassName
{
background-color: #2A0945;
}
.BgClassName
{
background-color: #2A0945;
}
</style>
border-color css
<style>
span { border-color: #2A0945; }
span { border-color: rgb(42,9,69); }
td.TdClassName
{
border-color: #2A0945;
}
.TagClassName
{
border-color: #2A0945;
}
</style>