Shades of Blackcurrant #2A1338
Tints of Blackcurrant #2A1338
RGB
CMYK
RGB Variations
Color information
#2A1338 (or 0x2A1338) is known color: Blackcurrant. HEX triplet: 2A, 13 and 38. RGB value is (42,19,56). Sum of RGB (Red+Green+Blue) = 42+19+56=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1338 is #D5ECC7. Grayscale: #1D1D1D. Windows color (decimal): -14019784 or 3674922. OLE color: 3674922.
HSL color Cylindrical-coordinate representation of color #2A1338: hue angle of 277.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A1338 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 19 | 56 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.78 |
| HSL | 277.3º | 0.49% | 0.15% | - |
| HSV(B) | 277.3º | 0.66% | 0.22% | - |
| XYZ | 1.9 | 1.24 | 3.88 | - |
| YUV | 30.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 56 | 0.25 | 0.66 | 0 | 0.78 | 277.3 | 0.49 | 0.15 |
| Hex | 2A | 13 | 38 | 19 | 42 | 0 | 4E | 115 | 31 | F |
| Octal | 52 | 23 | 70 | 31 | 102 | 0 | 116 | 425 | 61 | 17 |
| Binary | 101010 | 10011 | 111000 | 11001 | 1000010 | 0 | 1001110 | 100010101 | 110001 | 1111 |
Color Harmonies of #2A1338
Complementary color
Monochromatic Colors of #2A1338
Black with #2A1338
Text Example
Text Example
White with #2A1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1338; }
p { color: rgb(42,19,56); }
H1.HeaderClassName
{
color: #2A1338;
}
.AnyTagClassName
{
color: #2A1338;
}
</style>
background-color css
<style>
a { background-color: #2A1338; }
a { background-color: rgb(42,19,56); }
div.DivClassName
{
background-color: #2A1338;
}
.BgClassName
{
background-color: #2A1338;
}
</style>
border-color css
<style>
span { border-color: #2A1338; }
span { border-color: rgb(42,19,56); }
td.TdClassName
{
border-color: #2A1338;
}
.TagClassName
{
border-color: #2A1338;
}
</style>