Shades of Blackcurrant #2A0B30
Tints of Blackcurrant #2A0B30
RGB
CMYK
RGB Variations
Color information
#2A0B30 (or 0x2A0B30) is known color: Blackcurrant. HEX triplet: 2A, 0B and 30. RGB value is (42,11,48). Sum of RGB (Red+Green+Blue) = 42+11+48=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B30 is #D5F4CF. Grayscale: #181818. Windows color (decimal): -14021840 or 3148586. OLE color: 3148586.
HSL color Cylindrical-coordinate representation of color #2A0B30: hue angle of 290.27º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A0B30 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 11 | 48 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.81 |
| HSL | 290.27º | 0.63% | 0.12% | - |
| HSV(B) | 290.27º | 0.77% | 0.19% | - |
| XYZ | 1.61 | 0.94 | 2.89 | - |
| YUV | 24.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 48 | 0.13 | 0.77 | 0 | 0.81 | 290.27 | 0.63 | 0.12 |
| Hex | 2A | B | 30 | D | 4D | 0 | 51 | 122 | 3F | C |
| Octal | 52 | 13 | 60 | 15 | 115 | 0 | 121 | 442 | 77 | 14 |
| Binary | 101010 | 1011 | 110000 | 1101 | 1001101 | 0 | 1010001 | 100100010 | 111111 | 1100 |
Color Harmonies of #2A0B30
Complementary color
Monochromatic Colors of #2A0B30
Black with #2A0B30
Text Example
Text Example
White with #2A0B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B30; }
p { color: rgb(42,11,48); }
H1.HeaderClassName
{
color: #2A0B30;
}
.AnyTagClassName
{
color: #2A0B30;
}
</style>
background-color css
<style>
a { background-color: #2A0B30; }
a { background-color: rgb(42,11,48); }
div.DivClassName
{
background-color: #2A0B30;
}
.BgClassName
{
background-color: #2A0B30;
}
</style>
border-color css
<style>
span { border-color: #2A0B30; }
span { border-color: rgb(42,11,48); }
td.TdClassName
{
border-color: #2A0B30;
}
.TagClassName
{
border-color: #2A0B30;
}
</style>