Shades of Blackcurrant #2A033E
Tints of Blackcurrant #2A033E
RGB
CMYK
RGB Variations
Color information
#2A033E (or 0x2A033E) is known color: Blackcurrant. HEX triplet: 2A, 03 and 3E. RGB value is (42,3,62). Sum of RGB (Red+Green+Blue) = 42+3+62=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A033E is #D5FCC1. Grayscale: #151515. Windows color (decimal): -14023874 or 4064042. OLE color: 4064042.
HSL color Cylindrical-coordinate representation of color #2A033E: hue angle of 279.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A033E is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 3 | 62 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.76 |
| HSL | 279.66º | 0.91% | 0.13% | - |
| HSV(B) | 279.66º | 0.95% | 0.24% | - |
| XYZ | 1.86 | 0.91 | 4.63 | - |
| YUV | 21.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 62 | 0.32 | 0.95 | 0 | 0.76 | 279.66 | 0.91 | 0.13 |
| Hex | 2A | 3 | 3E | 20 | 5F | 0 | 4C | 118 | 5B | D |
| Octal | 52 | 3 | 76 | 40 | 137 | 0 | 114 | 430 | 133 | 15 |
| Binary | 101010 | 11 | 111110 | 100000 | 1011111 | 0 | 1001100 | 100011000 | 1011011 | 1101 |
Color Harmonies of #2A033E
Complementary color
Monochromatic Colors of #2A033E
Black with #2A033E
Text Example
Text Example
White with #2A033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A033E; }
p { color: rgb(42,3,62); }
H1.HeaderClassName
{
color: #2A033E;
}
.AnyTagClassName
{
color: #2A033E;
}
</style>
background-color css
<style>
a { background-color: #2A033E; }
a { background-color: rgb(42,3,62); }
div.DivClassName
{
background-color: #2A033E;
}
.BgClassName
{
background-color: #2A033E;
}
</style>
border-color css
<style>
span { border-color: #2A033E; }
span { border-color: rgb(42,3,62); }
td.TdClassName
{
border-color: #2A033E;
}
.TagClassName
{
border-color: #2A033E;
}
</style>