Shades of Blackcurrant #2A033D
Tints of Blackcurrant #2A033D
RGB
CMYK
RGB Variations
Color information
#2A033D (or 0x2A033D) is known color: Blackcurrant. HEX triplet: 2A, 03 and 3D. RGB value is (42,3,61). Sum of RGB (Red+Green+Blue) = 42+3+61=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A033D is #D5FCC2. Grayscale: #151515. Windows color (decimal): -14023875 or 3998506. OLE color: 3998506.
HSL color Cylindrical-coordinate representation of color #2A033D: hue angle of 280.34º 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 #2A033D is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 3 | 61 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.76 |
| HSL | 280.34º | 0.91% | 0.13% | - |
| HSV(B) | 280.34º | 0.95% | 0.24% | - |
| XYZ | 1.83 | 0.89 | 4.49 | - |
| YUV | 21.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 61 | 0.31 | 0.95 | 0 | 0.76 | 280.34 | 0.91 | 0.13 |
| Hex | 2A | 3 | 3D | 1F | 5F | 0 | 4C | 118 | 5B | D |
| Octal | 52 | 3 | 75 | 37 | 137 | 0 | 114 | 430 | 133 | 15 |
| Binary | 101010 | 11 | 111101 | 11111 | 1011111 | 0 | 1001100 | 100011000 | 1011011 | 1101 |
Color Harmonies of #2A033D
Complementary color
Monochromatic Colors of #2A033D
Black with #2A033D
Text Example
Text Example
White with #2A033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A033D; }
p { color: rgb(42,3,61); }
H1.HeaderClassName
{
color: #2A033D;
}
.AnyTagClassName
{
color: #2A033D;
}
</style>
background-color css
<style>
a { background-color: #2A033D; }
a { background-color: rgb(42,3,61); }
div.DivClassName
{
background-color: #2A033D;
}
.BgClassName
{
background-color: #2A033D;
}
</style>
border-color css
<style>
span { border-color: #2A033D; }
span { border-color: rgb(42,3,61); }
td.TdClassName
{
border-color: #2A033D;
}
.TagClassName
{
border-color: #2A033D;
}
</style>