Shades of Blackcurrant #2A1335
Tints of Blackcurrant #2A1335
RGB
CMYK
RGB Variations
Color information
#2A1335 (or 0x2A1335) is known color: Blackcurrant. HEX triplet: 2A, 13 and 35. RGB value is (42,19,53). Sum of RGB (Red+Green+Blue) = 42+19+53=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A1335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1335 is #D5ECCA. Grayscale: #1D1D1D. Windows color (decimal): -14019787 or 3478314. OLE color: 3478314.
HSL color Cylindrical-coordinate representation of color #2A1335: hue angle of 280.59º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A1335 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 19 | 53 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.79 |
| HSL | 280.59º | 0.47% | 0.14% | - |
| HSV(B) | 280.59º | 0.64% | 0.21% | - |
| XYZ | 1.83 | 1.22 | 3.51 | - |
| YUV | 29.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 53 | 0.21 | 0.64 | 0 | 0.79 | 280.59 | 0.47 | 0.14 |
| Hex | 2A | 13 | 35 | 15 | 40 | 0 | 4F | 119 | 2F | E |
| Octal | 52 | 23 | 65 | 25 | 100 | 0 | 117 | 431 | 57 | 16 |
| Binary | 101010 | 10011 | 110101 | 10101 | 1000000 | 0 | 1001111 | 100011001 | 101111 | 1110 |
Color Harmonies of #2A1335
Complementary color
Monochromatic Colors of #2A1335
Black with #2A1335
Text Example
Text Example
White with #2A1335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1335; }
p { color: rgb(42,19,53); }
H1.HeaderClassName
{
color: #2A1335;
}
.AnyTagClassName
{
color: #2A1335;
}
</style>
background-color css
<style>
a { background-color: #2A1335; }
a { background-color: rgb(42,19,53); }
div.DivClassName
{
background-color: #2A1335;
}
.BgClassName
{
background-color: #2A1335;
}
</style>
border-color css
<style>
span { border-color: #2A1335; }
span { border-color: rgb(42,19,53); }
td.TdClassName
{
border-color: #2A1335;
}
.TagClassName
{
border-color: #2A1335;
}
</style>