Shades of Blackcurrant #2A0134
Tints of Blackcurrant #2A0134
RGB
CMYK
RGB Variations
Color information
#2A0134 (or 0x2A0134) is known color: Blackcurrant. HEX triplet: 2A, 01 and 34. RGB value is (42,1,52). Sum of RGB (Red+Green+Blue) = 42+1+52=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0134 is #D5FECB. Grayscale: #121212. Windows color (decimal): -14024396 or 3408170. OLE color: 3408170.
HSL color Cylindrical-coordinate representation of color #2A0134: hue angle of 288.24º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0134 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 1 | 52 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.80 |
| HSL | 288.24º | 0.96% | 0.1% | - |
| HSV(B) | 288.24º | 0.98% | 0.2% | - |
| XYZ | 1.59 | 0.76 | 3.31 | - |
| YUV | 19.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 52 | 0.19 | 0.98 | 0 | 0.80 | 288.24 | 0.96 | 0.1 |
| Hex | 2A | 1 | 34 | 13 | 62 | 0 | 50 | 120 | 60 | A |
| Octal | 52 | 1 | 64 | 23 | 142 | 0 | 120 | 440 | 140 | 12 |
| Binary | 101010 | 1 | 110100 | 10011 | 1100010 | 0 | 1010000 | 100100000 | 1100000 | 1010 |
Color Harmonies of #2A0134
Complementary color
Monochromatic Colors of #2A0134
Black with #2A0134
Text Example
Text Example
White with #2A0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0134; }
p { color: rgb(42,1,52); }
H1.HeaderClassName
{
color: #2A0134;
}
.AnyTagClassName
{
color: #2A0134;
}
</style>
background-color css
<style>
a { background-color: #2A0134; }
a { background-color: rgb(42,1,52); }
div.DivClassName
{
background-color: #2A0134;
}
.BgClassName
{
background-color: #2A0134;
}
</style>
border-color css
<style>
span { border-color: #2A0134; }
span { border-color: rgb(42,1,52); }
td.TdClassName
{
border-color: #2A0134;
}
.TagClassName
{
border-color: #2A0134;
}
</style>