Shades of Blackcurrant #2A032E
Tints of Blackcurrant #2A032E
RGB
CMYK
RGB Variations
Color information
#2A032E (or 0x2A032E) is known color: Blackcurrant. HEX triplet: 2A, 03 and 2E. RGB value is (42,3,46). Sum of RGB (Red+Green+Blue) = 42+3+46=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A032E is #D5FCD1. Grayscale: #131313. Windows color (decimal): -14023890 or 3015466. OLE color: 3015466.
HSL color Cylindrical-coordinate representation of color #2A032E: hue angle of 294.42º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A032E is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 3 | 46 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.82 |
| HSL | 294.42º | 0.88% | 0.1% | - |
| HSV(B) | 294.42º | 0.93% | 0.18% | - |
| XYZ | 1.48 | 0.75 | 2.65 | - |
| YUV | 19.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 46 | 0.09 | 0.93 | 0 | 0.82 | 294.42 | 0.88 | 0.1 |
| Hex | 2A | 3 | 2E | 9 | 5D | 0 | 52 | 126 | 58 | A |
| Octal | 52 | 3 | 56 | 11 | 135 | 0 | 122 | 446 | 130 | 12 |
| Binary | 101010 | 11 | 101110 | 1001 | 1011101 | 0 | 1010010 | 100100110 | 1011000 | 1010 |
Color Harmonies of #2A032E
Complementary color
Monochromatic Colors of #2A032E
Black with #2A032E
Text Example
Text Example
White with #2A032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A032E; }
p { color: rgb(42,3,46); }
H1.HeaderClassName
{
color: #2A032E;
}
.AnyTagClassName
{
color: #2A032E;
}
</style>
background-color css
<style>
a { background-color: #2A032E; }
a { background-color: rgb(42,3,46); }
div.DivClassName
{
background-color: #2A032E;
}
.BgClassName
{
background-color: #2A032E;
}
</style>
border-color css
<style>
span { border-color: #2A032E; }
span { border-color: rgb(42,3,46); }
td.TdClassName
{
border-color: #2A032E;
}
.TagClassName
{
border-color: #2A032E;
}
</style>