Shades of Blackcurrant #2A0B44
Tints of Blackcurrant #2A0B44
RGB
CMYK
RGB Variations
Color information
#2A0B44 (or 0x2A0B44) is known color: Blackcurrant. HEX triplet: 2A, 0B and 44. RGB value is (42,11,68). Sum of RGB (Red+Green+Blue) = 42+11+68=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A0B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B44 is #D5F4BB. Grayscale: #1A1A1A. Windows color (decimal): -14021820 or 4459306. OLE color: 4459306.
HSL color Cylindrical-coordinate representation of color #2A0B44: hue angle of 272.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A0B44 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 11 | 68 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.73 |
| HSL | 272.63º | 0.72% | 0.15% | - |
| HSV(B) | 272.63º | 0.84% | 0.27% | - |
| XYZ | 2.12 | 1.15 | 5.58 | - |
| YUV | 26.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 68 | 0.38 | 0.84 | 0 | 0.73 | 272.63 | 0.72 | 0.15 |
| Hex | 2A | B | 44 | 26 | 54 | 0 | 49 | 111 | 48 | F |
| Octal | 52 | 13 | 104 | 46 | 124 | 0 | 111 | 421 | 110 | 17 |
| Binary | 101010 | 1011 | 1000100 | 100110 | 1010100 | 0 | 1001001 | 100010001 | 1001000 | 1111 |
Color Harmonies of #2A0B44
Complementary color
Monochromatic Colors of #2A0B44
Black with #2A0B44
Text Example
Text Example
White with #2A0B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B44; }
p { color: rgb(42,11,68); }
H1.HeaderClassName
{
color: #2A0B44;
}
.AnyTagClassName
{
color: #2A0B44;
}
</style>
background-color css
<style>
a { background-color: #2A0B44; }
a { background-color: rgb(42,11,68); }
div.DivClassName
{
background-color: #2A0B44;
}
.BgClassName
{
background-color: #2A0B44;
}
</style>
border-color css
<style>
span { border-color: #2A0B44; }
span { border-color: rgb(42,11,68); }
td.TdClassName
{
border-color: #2A0B44;
}
.TagClassName
{
border-color: #2A0B44;
}
</style>