Shades of Blackcurrant #2D1A3C
Tints of Blackcurrant #2D1A3C
RGB
CMYK
RGB Variations
Color information
#2D1A3C (or 0x2D1A3C) is known color: Blackcurrant. HEX triplet: 2D, 1A and 3C. RGB value is (45,26,60). Sum of RGB (Red+Green+Blue) = 45+26+60=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1A3C is #D2E5C3. Grayscale: #232323. Windows color (decimal): -13821380 or 3938861. OLE color: 3938861.
HSL color Cylindrical-coordinate representation of color #2D1A3C: hue angle of 273.53º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D1A3C is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 26 | 60 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.76 |
| HSL | 273.53º | 0.4% | 0.17% | - |
| HSV(B) | 273.53º | 0.57% | 0.24% | - |
| XYZ | 2.27 | 1.62 | 4.47 | - |
| YUV | 35.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 60 | 0.25 | 0.57 | 0 | 0.76 | 273.53 | 0.4 | 0.17 |
| Hex | 2D | 1A | 3C | 19 | 39 | 0 | 4C | 112 | 28 | 11 |
| Octal | 55 | 32 | 74 | 31 | 71 | 0 | 114 | 422 | 50 | 21 |
| Binary | 101101 | 11010 | 111100 | 11001 | 111001 | 0 | 1001100 | 100010010 | 101000 | 10001 |
Color Harmonies of #2D1A3C
Complementary color
Monochromatic Colors of #2D1A3C
Black with #2D1A3C
Text Example
Text Example
White with #2D1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A3C; }
p { color: rgb(45,26,60); }
H1.HeaderClassName
{
color: #2D1A3C;
}
.AnyTagClassName
{
color: #2D1A3C;
}
</style>
background-color css
<style>
a { background-color: #2D1A3C; }
a { background-color: rgb(45,26,60); }
div.DivClassName
{
background-color: #2D1A3C;
}
.BgClassName
{
background-color: #2D1A3C;
}
</style>
border-color css
<style>
span { border-color: #2D1A3C; }
span { border-color: rgb(45,26,60); }
td.TdClassName
{
border-color: #2D1A3C;
}
.TagClassName
{
border-color: #2D1A3C;
}
</style>