Shades of Blackcurrant #2D0134
Tints of Blackcurrant #2D0134
RGB
CMYK
RGB Variations
Color information
#2D0134 (or 0x2D0134) is known color: Blackcurrant. HEX triplet: 2D, 01 and 34. RGB value is (45,1,52). Sum of RGB (Red+Green+Blue) = 45+1+52=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0134 is #D2FECB. Grayscale: #131313. Windows color (decimal): -13827788 or 3408173. OLE color: 3408173.
HSL color Cylindrical-coordinate representation of color #2D0134: hue angle of 291.76º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0134 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 1 | 52 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.80 |
| HSL | 291.76º | 0.96% | 0.1% | - |
| HSV(B) | 291.76º | 0.98% | 0.2% | - |
| XYZ | 1.71 | 0.83 | 3.32 | - |
| YUV | 19.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 52 | 0.13 | 0.98 | 0 | 0.80 | 291.76 | 0.96 | 0.1 |
| Hex | 2D | 1 | 34 | D | 62 | 0 | 50 | 124 | 60 | A |
| Octal | 55 | 1 | 64 | 15 | 142 | 0 | 120 | 444 | 140 | 12 |
| Binary | 101101 | 1 | 110100 | 1101 | 1100010 | 0 | 1010000 | 100100100 | 1100000 | 1010 |
Color Harmonies of #2D0134
Complementary color
Monochromatic Colors of #2D0134
Black with #2D0134
Text Example
Text Example
White with #2D0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0134; }
p { color: rgb(45,1,52); }
H1.HeaderClassName
{
color: #2D0134;
}
.AnyTagClassName
{
color: #2D0134;
}
</style>
background-color css
<style>
a { background-color: #2D0134; }
a { background-color: rgb(45,1,52); }
div.DivClassName
{
background-color: #2D0134;
}
.BgClassName
{
background-color: #2D0134;
}
</style>
border-color css
<style>
span { border-color: #2D0134; }
span { border-color: rgb(45,1,52); }
td.TdClassName
{
border-color: #2D0134;
}
.TagClassName
{
border-color: #2D0134;
}
</style>