Shades of Blackcurrant #2A013C
Tints of Blackcurrant #2A013C
RGB
CMYK
RGB Variations
Color information
#2A013C (or 0x2A013C) is known color: Blackcurrant. HEX triplet: 2A, 01 and 3C. RGB value is (42,1,60). Sum of RGB (Red+Green+Blue) = 42+1+60=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A013C is #D5FEC3. Grayscale: #131313. Windows color (decimal): -14024388 or 3932458. OLE color: 3932458.
HSL color Cylindrical-coordinate representation of color #2A013C: hue angle of 281.69º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A013C is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 1 | 60 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.76 |
| HSL | 281.69º | 0.97% | 0.12% | - |
| HSV(B) | 281.69º | 0.98% | 0.24% | - |
| XYZ | 1.78 | 0.84 | 4.34 | - |
| YUV | 19.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 60 | 0.3 | 0.98 | 0 | 0.76 | 281.69 | 0.97 | 0.12 |
| Hex | 2A | 1 | 3C | 1E | 62 | 0 | 4C | 11A | 61 | C |
| Octal | 52 | 1 | 74 | 36 | 142 | 0 | 114 | 432 | 141 | 14 |
| Binary | 101010 | 1 | 111100 | 11110 | 1100010 | 0 | 1001100 | 100011010 | 1100001 | 1100 |
Color Harmonies of #2A013C
Complementary color
Monochromatic Colors of #2A013C
Black with #2A013C
Text Example
Text Example
White with #2A013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A013C; }
p { color: rgb(42,1,60); }
H1.HeaderClassName
{
color: #2A013C;
}
.AnyTagClassName
{
color: #2A013C;
}
</style>
background-color css
<style>
a { background-color: #2A013C; }
a { background-color: rgb(42,1,60); }
div.DivClassName
{
background-color: #2A013C;
}
.BgClassName
{
background-color: #2A013C;
}
</style>
border-color css
<style>
span { border-color: #2A013C; }
span { border-color: rgb(42,1,60); }
td.TdClassName
{
border-color: #2A013C;
}
.TagClassName
{
border-color: #2A013C;
}
</style>