Shades of Blackcurrant #2A153F
Tints of Blackcurrant #2A153F
RGB
CMYK
RGB Variations
Color information
#2A153F (or 0x2A153F) is known color: Blackcurrant. HEX triplet: 2A, 15 and 3F. RGB value is (42,21,63). Sum of RGB (Red+Green+Blue) = 42+21+63=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A153F is #D5EAC0. Grayscale: #1F1F1F. Windows color (decimal): -14019265 or 4134186. OLE color: 4134186.
HSL color Cylindrical-coordinate representation of color #2A153F: hue angle of 270º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A153F is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 21 | 63 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.75 |
| HSL | 270º | 0.5% | 0.16% | - |
| HSV(B) | 270º | 0.67% | 0.25% | - |
| XYZ | 2.12 | 1.39 | 4.86 | - |
| YUV | 32.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 63 | 0.33 | 0.67 | 0 | 0.75 | 270 | 0.5 | 0.16 |
| Hex | 2A | 15 | 3F | 21 | 43 | 0 | 4B | 10E | 32 | 10 |
| Octal | 52 | 25 | 77 | 41 | 103 | 0 | 113 | 416 | 62 | 20 |
| Binary | 101010 | 10101 | 111111 | 100001 | 1000011 | 0 | 1001011 | 100001110 | 110010 | 10000 |
Color Harmonies of #2A153F
Complementary color
Monochromatic Colors of #2A153F
Black with #2A153F
Text Example
Text Example
White with #2A153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A153F; }
p { color: rgb(42,21,63); }
H1.HeaderClassName
{
color: #2A153F;
}
.AnyTagClassName
{
color: #2A153F;
}
</style>
background-color css
<style>
a { background-color: #2A153F; }
a { background-color: rgb(42,21,63); }
div.DivClassName
{
background-color: #2A153F;
}
.BgClassName
{
background-color: #2A153F;
}
</style>
border-color css
<style>
span { border-color: #2A153F; }
span { border-color: rgb(42,21,63); }
td.TdClassName
{
border-color: #2A153F;
}
.TagClassName
{
border-color: #2A153F;
}
</style>