Shades of Blackcurrant #2A093C
Tints of Blackcurrant #2A093C
RGB
CMYK
RGB Variations
Color information
#2A093C (or 0x2A093C) is known color: Blackcurrant. HEX triplet: 2A, 09 and 3C. RGB value is (42,9,60). Sum of RGB (Red+Green+Blue) = 42+9+60=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A093C is #D5F6C3. Grayscale: #181818. Windows color (decimal): -14022340 or 3934506. OLE color: 3934506.
HSL color Cylindrical-coordinate representation of color #2A093C: hue angle of 278.82º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A093C is Cyan = 0.3, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 9 | 60 | - |
| CMYK | 0.3 | 0.85 | 0 | 0.76 |
| HSL | 278.82º | 0.74% | 0.14% | - |
| HSV(B) | 278.82º | 0.85% | 0.24% | - |
| XYZ | 1.87 | 1.01 | 4.37 | - |
| YUV | 24.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 60 | 0.3 | 0.85 | 0 | 0.76 | 278.82 | 0.74 | 0.14 |
| Hex | 2A | 9 | 3C | 1E | 55 | 0 | 4C | 117 | 4A | E |
| Octal | 52 | 11 | 74 | 36 | 125 | 0 | 114 | 427 | 112 | 16 |
| Binary | 101010 | 1001 | 111100 | 11110 | 1010101 | 0 | 1001100 | 100010111 | 1001010 | 1110 |
Color Harmonies of #2A093C
Complementary color
Monochromatic Colors of #2A093C
Black with #2A093C
Text Example
Text Example
White with #2A093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A093C; }
p { color: rgb(42,9,60); }
H1.HeaderClassName
{
color: #2A093C;
}
.AnyTagClassName
{
color: #2A093C;
}
</style>
background-color css
<style>
a { background-color: #2A093C; }
a { background-color: rgb(42,9,60); }
div.DivClassName
{
background-color: #2A093C;
}
.BgClassName
{
background-color: #2A093C;
}
</style>
border-color css
<style>
span { border-color: #2A093C; }
span { border-color: rgb(42,9,60); }
td.TdClassName
{
border-color: #2A093C;
}
.TagClassName
{
border-color: #2A093C;
}
</style>