Shades of Blackcurrant #2A0237
Tints of Blackcurrant #2A0237
RGB
CMYK
RGB Variations
Color information
#2A0237 (or 0x2A0237) is known color: Blackcurrant. HEX triplet: 2A, 02 and 37. RGB value is (42,2,55). Sum of RGB (Red+Green+Blue) = 42+2+55=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0237 is #D5FDC8. Grayscale: #131313. Windows color (decimal): -14024137 or 3605034. OLE color: 3605034.
HSL color Cylindrical-coordinate representation of color #2A0237: hue angle of 285.28º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0237 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 2 | 55 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.78 |
| HSL | 285.28º | 0.93% | 0.11% | - |
| HSV(B) | 285.28º | 0.96% | 0.22% | - |
| XYZ | 1.67 | 0.81 | 3.68 | - |
| YUV | 20 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 55 | 0.24 | 0.96 | 0 | 0.78 | 285.28 | 0.93 | 0.11 |
| Hex | 2A | 2 | 37 | 18 | 60 | 0 | 4E | 11D | 5D | B |
| Octal | 52 | 2 | 67 | 30 | 140 | 0 | 116 | 435 | 135 | 13 |
| Binary | 101010 | 10 | 110111 | 11000 | 1100000 | 0 | 1001110 | 100011101 | 1011101 | 1011 |
Color Harmonies of #2A0237
Complementary color
Monochromatic Colors of #2A0237
Black with #2A0237
Text Example
Text Example
White with #2A0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0237; }
p { color: rgb(42,2,55); }
H1.HeaderClassName
{
color: #2A0237;
}
.AnyTagClassName
{
color: #2A0237;
}
</style>
background-color css
<style>
a { background-color: #2A0237; }
a { background-color: rgb(42,2,55); }
div.DivClassName
{
background-color: #2A0237;
}
.BgClassName
{
background-color: #2A0237;
}
</style>
border-color css
<style>
span { border-color: #2A0237; }
span { border-color: rgb(42,2,55); }
td.TdClassName
{
border-color: #2A0237;
}
.TagClassName
{
border-color: #2A0237;
}
</style>