Shades of Blackcurrant #2D093A
Tints of Blackcurrant #2D093A
RGB
CMYK
RGB Variations
Color information
#2D093A (or 0x2D093A) is known color: Blackcurrant. HEX triplet: 2D, 09 and 3A. RGB value is (45,9,58). Sum of RGB (Red+Green+Blue) = 45+9+58=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D093A is #D2F6C5. Grayscale: #191919. Windows color (decimal): -13825734 or 3803437. OLE color: 3803437.
HSL color Cylindrical-coordinate representation of color #2D093A: hue angle of 284.08º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D093A is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 9 | 58 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.77 |
| HSL | 284.08º | 0.73% | 0.13% | - |
| HSV(B) | 284.08º | 0.84% | 0.23% | - |
| XYZ | 1.94 | 1.06 | 4.1 | - |
| YUV | 25.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 58 | 0.22 | 0.84 | 0 | 0.77 | 284.08 | 0.73 | 0.13 |
| Hex | 2D | 9 | 3A | 16 | 54 | 0 | 4D | 11C | 49 | D |
| Octal | 55 | 11 | 72 | 26 | 124 | 0 | 115 | 434 | 111 | 15 |
| Binary | 101101 | 1001 | 111010 | 10110 | 1010100 | 0 | 1001101 | 100011100 | 1001001 | 1101 |
Color Harmonies of #2D093A
Complementary color
Monochromatic Colors of #2D093A
Black with #2D093A
Text Example
Text Example
White with #2D093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D093A; }
p { color: rgb(45,9,58); }
H1.HeaderClassName
{
color: #2D093A;
}
.AnyTagClassName
{
color: #2D093A;
}
</style>
background-color css
<style>
a { background-color: #2D093A; }
a { background-color: rgb(45,9,58); }
div.DivClassName
{
background-color: #2D093A;
}
.BgClassName
{
background-color: #2D093A;
}
</style>
border-color css
<style>
span { border-color: #2D093A; }
span { border-color: rgb(45,9,58); }
td.TdClassName
{
border-color: #2D093A;
}
.TagClassName
{
border-color: #2D093A;
}
</style>