Shades of Blackcurrant #2A013B
Tints of Blackcurrant #2A013B
RGB
CMYK
RGB Variations
Color information
#2A013B (or 0x2A013B) is known color: Blackcurrant. HEX triplet: 2A, 01 and 3B. RGB value is (42,1,59). Sum of RGB (Red+Green+Blue) = 42+1+59=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A013B is #D5FEC4. Grayscale: #131313. Windows color (decimal): -14024389 or 3866922. OLE color: 3866922.
HSL color Cylindrical-coordinate representation of color #2A013B: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A013B is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 1 | 59 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.77 |
| HSL | 282.41º | 0.97% | 0.12% | - |
| HSV(B) | 282.41º | 0.98% | 0.23% | - |
| XYZ | 1.76 | 0.83 | 4.21 | - |
| YUV | 19.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 59 | 0.29 | 0.98 | 0 | 0.77 | 282.41 | 0.97 | 0.12 |
| Hex | 2A | 1 | 3B | 1D | 62 | 0 | 4D | 11A | 61 | C |
| Octal | 52 | 1 | 73 | 35 | 142 | 0 | 115 | 432 | 141 | 14 |
| Binary | 101010 | 1 | 111011 | 11101 | 1100010 | 0 | 1001101 | 100011010 | 1100001 | 1100 |
Color Harmonies of #2A013B
Complementary color
Monochromatic Colors of #2A013B
Black with #2A013B
Text Example
Text Example
White with #2A013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A013B; }
p { color: rgb(42,1,59); }
H1.HeaderClassName
{
color: #2A013B;
}
.AnyTagClassName
{
color: #2A013B;
}
</style>
background-color css
<style>
a { background-color: #2A013B; }
a { background-color: rgb(42,1,59); }
div.DivClassName
{
background-color: #2A013B;
}
.BgClassName
{
background-color: #2A013B;
}
</style>
border-color css
<style>
span { border-color: #2A013B; }
span { border-color: rgb(42,1,59); }
td.TdClassName
{
border-color: #2A013B;
}
.TagClassName
{
border-color: #2A013B;
}
</style>