Shades of Blackcurrant #2D033A
Tints of Blackcurrant #2D033A
RGB
CMYK
RGB Variations
Color information
#2D033A (or 0x2D033A) is known color: Blackcurrant. HEX triplet: 2D, 03 and 3A. RGB value is (45,3,58). Sum of RGB (Red+Green+Blue) = 45+3+58=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D033A is #D2FCC5. Grayscale: #151515. Windows color (decimal): -13827270 or 3801901. OLE color: 3801901.
HSL color Cylindrical-coordinate representation of color #2D033A: hue angle of 285.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D033A is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 3 | 58 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.77 |
| HSL | 285.82º | 0.9% | 0.12% | - |
| HSV(B) | 285.82º | 0.95% | 0.23% | - |
| XYZ | 1.88 | 0.93 | 4.08 | - |
| YUV | 21.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 58 | 0.22 | 0.95 | 0 | 0.77 | 285.82 | 0.9 | 0.12 |
| Hex | 2D | 3 | 3A | 16 | 5F | 0 | 4D | 11E | 5A | C |
| Octal | 55 | 3 | 72 | 26 | 137 | 0 | 115 | 436 | 132 | 14 |
| Binary | 101101 | 11 | 111010 | 10110 | 1011111 | 0 | 1001101 | 100011110 | 1011010 | 1100 |
Color Harmonies of #2D033A
Complementary color
Monochromatic Colors of #2D033A
Black with #2D033A
Text Example
Text Example
White with #2D033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D033A; }
p { color: rgb(45,3,58); }
H1.HeaderClassName
{
color: #2D033A;
}
.AnyTagClassName
{
color: #2D033A;
}
</style>
background-color css
<style>
a { background-color: #2D033A; }
a { background-color: rgb(45,3,58); }
div.DivClassName
{
background-color: #2D033A;
}
.BgClassName
{
background-color: #2D033A;
}
</style>
border-color css
<style>
span { border-color: #2D033A; }
span { border-color: rgb(45,3,58); }
td.TdClassName
{
border-color: #2D033A;
}
.TagClassName
{
border-color: #2D033A;
}
</style>