Shades of Blackcurrant #2A0252
Tints of Blackcurrant #2A0252
RGB
CMYK
RGB Variations
Color information
#2A0252 (or 0x2A0252) is known color: Blackcurrant. HEX triplet: 2A, 02 and 52. RGB value is (42,2,82). Sum of RGB (Red+Green+Blue) = 42+2+82=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A0252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0252 is #D5FDAD. Grayscale: #161616. Windows color (decimal): -14024110 or 5374506. OLE color: 5374506.
HSL color Cylindrical-coordinate representation of color #2A0252: hue angle of 270º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0252 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 2 | 82 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.68 |
| HSL | 270º | 0.95% | 0.16% | - |
| HSV(B) | 270º | 0.98% | 0.32% | - |
| XYZ | 2.5 | 1.14 | 8.07 | - |
| YUV | 23.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 82 | 0.49 | 0.98 | 0 | 0.68 | 270 | 0.95 | 0.16 |
| Hex | 2A | 2 | 52 | 31 | 62 | 0 | 44 | 10E | 5F | 10 |
| Octal | 52 | 2 | 122 | 61 | 142 | 0 | 104 | 416 | 137 | 20 |
| Binary | 101010 | 10 | 1010010 | 110001 | 1100010 | 0 | 1000100 | 100001110 | 1011111 | 10000 |
Color Harmonies of #2A0252
Complementary color
Monochromatic Colors of #2A0252
Black with #2A0252
Text Example
Text Example
White with #2A0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0252; }
p { color: rgb(42,2,82); }
H1.HeaderClassName
{
color: #2A0252;
}
.AnyTagClassName
{
color: #2A0252;
}
</style>
background-color css
<style>
a { background-color: #2A0252; }
a { background-color: rgb(42,2,82); }
div.DivClassName
{
background-color: #2A0252;
}
.BgClassName
{
background-color: #2A0252;
}
</style>
border-color css
<style>
span { border-color: #2A0252; }
span { border-color: rgb(42,2,82); }
td.TdClassName
{
border-color: #2A0252;
}
.TagClassName
{
border-color: #2A0252;
}
</style>