Shades of Blackcurrant #2A044B
Tints of Blackcurrant #2A044B
RGB
CMYK
RGB Variations
Color information
#2A044B (or 0x2A044B) is known color: Blackcurrant. HEX triplet: 2A, 04 and 4B. RGB value is (42,4,75). Sum of RGB (Red+Green+Blue) = 42+4+75=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A044B is #D5FBB4. Grayscale: #171717. Windows color (decimal): -14023605 or 4916266. OLE color: 4916266.
HSL color Cylindrical-coordinate representation of color #2A044B: hue angle of 272.11º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A044B is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 4 | 75 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.71 |
| HSL | 272.11º | 0.9% | 0.15% | - |
| HSV(B) | 272.11º | 0.95% | 0.29% | - |
| XYZ | 2.27 | 1.09 | 6.75 | - |
| YUV | 23.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 75 | 0.44 | 0.95 | 0 | 0.71 | 272.11 | 0.9 | 0.15 |
| Hex | 2A | 4 | 4B | 2C | 5F | 0 | 47 | 110 | 5A | F |
| Octal | 52 | 4 | 113 | 54 | 137 | 0 | 107 | 420 | 132 | 17 |
| Binary | 101010 | 100 | 1001011 | 101100 | 1011111 | 0 | 1000111 | 100010000 | 1011010 | 1111 |
Color Harmonies of #2A044B
Complementary color
Monochromatic Colors of #2A044B
Black with #2A044B
Text Example
Text Example
White with #2A044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A044B; }
p { color: rgb(42,4,75); }
H1.HeaderClassName
{
color: #2A044B;
}
.AnyTagClassName
{
color: #2A044B;
}
</style>
background-color css
<style>
a { background-color: #2A044B; }
a { background-color: rgb(42,4,75); }
div.DivClassName
{
background-color: #2A044B;
}
.BgClassName
{
background-color: #2A044B;
}
</style>
border-color css
<style>
span { border-color: #2A044B; }
span { border-color: rgb(42,4,75); }
td.TdClassName
{
border-color: #2A044B;
}
.TagClassName
{
border-color: #2A044B;
}
</style>