Shades of Blackcurrant #2A1C38
Tints of Blackcurrant #2A1C38
RGB
CMYK
RGB Variations
Color information
#2A1C38 (or 0x2A1C38) is known color: Blackcurrant. HEX triplet: 2A, 1C and 38. RGB value is (42,28,56). Sum of RGB (Red+Green+Blue) = 42+28+56=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A1C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1C38 is #D5E3C7. Grayscale: #232323. Windows color (decimal): -14017480 or 3677226. OLE color: 3677226.
HSL color Cylindrical-coordinate representation of color #2A1C38: hue angle of 270º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1C38 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 28 | 56 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.78 |
| HSL | 270º | 0.33% | 0.16% | - |
| HSV(B) | 270º | 0.5% | 0.22% | - |
| XYZ | 2.08 | 1.61 | 3.94 | - |
| YUV | 35.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 56 | 0.25 | 0.50 | 0 | 0.78 | 270 | 0.33 | 0.16 |
| Hex | 2A | 1C | 38 | 19 | 32 | 0 | 4E | 10E | 21 | 10 |
| Octal | 52 | 34 | 70 | 31 | 62 | 0 | 116 | 416 | 41 | 20 |
| Binary | 101010 | 11100 | 111000 | 11001 | 110010 | 0 | 1001110 | 100001110 | 100001 | 10000 |
Color Harmonies of #2A1C38
Complementary color
Monochromatic Colors of #2A1C38
Black with #2A1C38
Text Example
Text Example
White with #2A1C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C38; }
p { color: rgb(42,28,56); }
H1.HeaderClassName
{
color: #2A1C38;
}
.AnyTagClassName
{
color: #2A1C38;
}
</style>
background-color css
<style>
a { background-color: #2A1C38; }
a { background-color: rgb(42,28,56); }
div.DivClassName
{
background-color: #2A1C38;
}
.BgClassName
{
background-color: #2A1C38;
}
</style>
border-color css
<style>
span { border-color: #2A1C38; }
span { border-color: rgb(42,28,56); }
td.TdClassName
{
border-color: #2A1C38;
}
.TagClassName
{
border-color: #2A1C38;
}
</style>