Shades of Blackcurrant #2A0833
Tints of Blackcurrant #2A0833
RGB
CMYK
RGB Variations
Color information
#2A0833 (or 0x2A0833) is known color: Blackcurrant. HEX triplet: 2A, 08 and 33. RGB value is (42,8,51). Sum of RGB (Red+Green+Blue) = 42+8+51=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A0833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0833 is #D5F7CC. Grayscale: #161616. Windows color (decimal): -14022605 or 3344426. OLE color: 3344426.
HSL color Cylindrical-coordinate representation of color #2A0833: hue angle of 287.44º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A0833 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 8 | 51 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.8 |
| HSL | 287.44º | 0.73% | 0.12% | - |
| HSV(B) | 287.44º | 0.84% | 0.2% | - |
| XYZ | 1.64 | 0.9 | 3.22 | - |
| YUV | 23.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 51 | 0.18 | 0.84 | 0 | 0.8 | 287.44 | 0.73 | 0.12 |
| Hex | 2A | 8 | 33 | 12 | 54 | 0 | 50 | 11F | 49 | C |
| Octal | 52 | 10 | 63 | 22 | 124 | 0 | 120 | 437 | 111 | 14 |
| Binary | 101010 | 1000 | 110011 | 10010 | 1010100 | 0 | 1010000 | 100011111 | 1001001 | 1100 |
Color Harmonies of #2A0833
Complementary color
Monochromatic Colors of #2A0833
Black with #2A0833
Text Example
Text Example
White with #2A0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0833; }
p { color: rgb(42,8,51); }
H1.HeaderClassName
{
color: #2A0833;
}
.AnyTagClassName
{
color: #2A0833;
}
</style>
background-color css
<style>
a { background-color: #2A0833; }
a { background-color: rgb(42,8,51); }
div.DivClassName
{
background-color: #2A0833;
}
.BgClassName
{
background-color: #2A0833;
}
</style>
border-color css
<style>
span { border-color: #2A0833; }
span { border-color: rgb(42,8,51); }
td.TdClassName
{
border-color: #2A0833;
}
.TagClassName
{
border-color: #2A0833;
}
</style>