Shades of Blackcurrant #2A133D
Tints of Blackcurrant #2A133D
RGB
CMYK
RGB Variations
Color information
#2A133D (or 0x2A133D) is known color: Blackcurrant. HEX triplet: 2A, 13 and 3D. RGB value is (42,19,61). Sum of RGB (Red+Green+Blue) = 42+19+61=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A133D is #D5ECC2. Grayscale: #1E1E1E. Windows color (decimal): -14019779 or 4002602. OLE color: 4002602.
HSL color Cylindrical-coordinate representation of color #2A133D: hue angle of 272.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A133D is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 19 | 61 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.76 |
| HSL | 272.86º | 0.53% | 0.16% | - |
| HSV(B) | 272.86º | 0.69% | 0.24% | - |
| XYZ | 2.03 | 1.29 | 4.56 | - |
| YUV | 30.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 61 | 0.31 | 0.69 | 0 | 0.76 | 272.86 | 0.53 | 0.16 |
| Hex | 2A | 13 | 3D | 1F | 45 | 0 | 4C | 111 | 34 | 10 |
| Octal | 52 | 23 | 75 | 37 | 105 | 0 | 114 | 421 | 64 | 20 |
| Binary | 101010 | 10011 | 111101 | 11111 | 1000101 | 0 | 1001100 | 100010001 | 110100 | 10000 |
Color Harmonies of #2A133D
Complementary color
Monochromatic Colors of #2A133D
Black with #2A133D
Text Example
Text Example
White with #2A133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A133D; }
p { color: rgb(42,19,61); }
H1.HeaderClassName
{
color: #2A133D;
}
.AnyTagClassName
{
color: #2A133D;
}
</style>
background-color css
<style>
a { background-color: #2A133D; }
a { background-color: rgb(42,19,61); }
div.DivClassName
{
background-color: #2A133D;
}
.BgClassName
{
background-color: #2A133D;
}
</style>
border-color css
<style>
span { border-color: #2A133D; }
span { border-color: rgb(42,19,61); }
td.TdClassName
{
border-color: #2A133D;
}
.TagClassName
{
border-color: #2A133D;
}
</style>