Shades of Blackcurrant #2A133F
Tints of Blackcurrant #2A133F
RGB
CMYK
RGB Variations
Color information
#2A133F (or 0x2A133F) is known color: Blackcurrant. HEX triplet: 2A, 13 and 3F. RGB value is (42,19,63). Sum of RGB (Red+Green+Blue) = 42+19+63=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A133F is #D5ECC0. Grayscale: #1E1E1E. Windows color (decimal): -14019777 or 4133674. OLE color: 4133674.
HSL color Cylindrical-coordinate representation of color #2A133F: hue angle of 271.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A133F is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 19 | 63 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.75 |
| HSL | 271.36º | 0.54% | 0.16% | - |
| HSV(B) | 271.36º | 0.7% | 0.25% | - |
| XYZ | 2.08 | 1.32 | 4.85 | - |
| YUV | 30.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 63 | 0.33 | 0.70 | 0 | 0.75 | 271.36 | 0.54 | 0.16 |
| Hex | 2A | 13 | 3F | 21 | 46 | 0 | 4B | 10F | 36 | 10 |
| Octal | 52 | 23 | 77 | 41 | 106 | 0 | 113 | 417 | 66 | 20 |
| Binary | 101010 | 10011 | 111111 | 100001 | 1000110 | 0 | 1001011 | 100001111 | 110110 | 10000 |
Color Harmonies of #2A133F
Complementary color
Monochromatic Colors of #2A133F
Black with #2A133F
Text Example
Text Example
White with #2A133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A133F; }
p { color: rgb(42,19,63); }
H1.HeaderClassName
{
color: #2A133F;
}
.AnyTagClassName
{
color: #2A133F;
}
</style>
background-color css
<style>
a { background-color: #2A133F; }
a { background-color: rgb(42,19,63); }
div.DivClassName
{
background-color: #2A133F;
}
.BgClassName
{
background-color: #2A133F;
}
</style>
border-color css
<style>
span { border-color: #2A133F; }
span { border-color: rgb(42,19,63); }
td.TdClassName
{
border-color: #2A133F;
}
.TagClassName
{
border-color: #2A133F;
}
</style>