Shades of Blackcurrant #2D1A34
Tints of Blackcurrant #2D1A34
RGB
CMYK
RGB Variations
Color information
#2D1A34 (or 0x2D1A34) is known color: Blackcurrant. HEX triplet: 2D, 1A and 34. RGB value is (45,26,52). Sum of RGB (Red+Green+Blue) = 45+26+52=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D1A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1A34 is #D2E5CB. Grayscale: #222222. Windows color (decimal): -13821388 or 3414573. OLE color: 3414573.
HSL color Cylindrical-coordinate representation of color #2D1A34: hue angle of 283.85º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D1A34 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 26 | 52 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.80 |
| HSL | 283.85º | 0.33% | 0.15% | - |
| HSV(B) | 283.85º | 0.5% | 0.2% | - |
| XYZ | 2.07 | 1.54 | 3.44 | - |
| YUV | 34.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 52 | 0.13 | 0.50 | 0 | 0.80 | 283.85 | 0.33 | 0.15 |
| Hex | 2D | 1A | 34 | D | 32 | 0 | 50 | 11C | 21 | F |
| Octal | 55 | 32 | 64 | 15 | 62 | 0 | 120 | 434 | 41 | 17 |
| Binary | 101101 | 11010 | 110100 | 1101 | 110010 | 0 | 1010000 | 100011100 | 100001 | 1111 |
Color Harmonies of #2D1A34
Complementary color
Monochromatic Colors of #2D1A34
Black with #2D1A34
Text Example
Text Example
White with #2D1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A34; }
p { color: rgb(45,26,52); }
H1.HeaderClassName
{
color: #2D1A34;
}
.AnyTagClassName
{
color: #2D1A34;
}
</style>
background-color css
<style>
a { background-color: #2D1A34; }
a { background-color: rgb(45,26,52); }
div.DivClassName
{
background-color: #2D1A34;
}
.BgClassName
{
background-color: #2D1A34;
}
</style>
border-color css
<style>
span { border-color: #2D1A34; }
span { border-color: rgb(45,26,52); }
td.TdClassName
{
border-color: #2D1A34;
}
.TagClassName
{
border-color: #2D1A34;
}
</style>