Shades of Blackcurrant #2A0543
Tints of Blackcurrant #2A0543
RGB
CMYK
RGB Variations
Color information
#2A0543 (or 0x2A0543) is known color: Blackcurrant. HEX triplet: 2A, 05 and 43. RGB value is (42,5,67). Sum of RGB (Red+Green+Blue) = 42+5+67=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #2A0543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0543 is #D5FABC. Grayscale: #161616. Windows color (decimal): -14023357 or 4392234. OLE color: 4392234.
HSL color Cylindrical-coordinate representation of color #2A0543: hue angle of 275.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0543 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 5 | 67 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.74 |
| HSL | 275.81º | 0.86% | 0.14% | - |
| HSV(B) | 275.81º | 0.93% | 0.26% | - |
| XYZ | 2.02 | 1.01 | 5.4 | - |
| YUV | 23.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 67 | 0.37 | 0.93 | 0 | 0.74 | 275.81 | 0.86 | 0.14 |
| Hex | 2A | 5 | 43 | 25 | 5D | 0 | 4A | 114 | 56 | E |
| Octal | 52 | 5 | 103 | 45 | 135 | 0 | 112 | 424 | 126 | 16 |
| Binary | 101010 | 101 | 1000011 | 100101 | 1011101 | 0 | 1001010 | 100010100 | 1010110 | 1110 |
Color Harmonies of #2A0543
Complementary color
Monochromatic Colors of #2A0543
Black with #2A0543
Text Example
Text Example
White with #2A0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0543; }
p { color: rgb(42,5,67); }
H1.HeaderClassName
{
color: #2A0543;
}
.AnyTagClassName
{
color: #2A0543;
}
</style>
background-color css
<style>
a { background-color: #2A0543; }
a { background-color: rgb(42,5,67); }
div.DivClassName
{
background-color: #2A0543;
}
.BgClassName
{
background-color: #2A0543;
}
</style>
border-color css
<style>
span { border-color: #2A0543; }
span { border-color: rgb(42,5,67); }
td.TdClassName
{
border-color: #2A0543;
}
.TagClassName
{
border-color: #2A0543;
}
</style>