Shades of Blackcurrant #2D0234
Tints of Blackcurrant #2D0234
RGB
CMYK
RGB Variations
Color information
#2D0234 (or 0x2D0234) is known color: Blackcurrant. HEX triplet: 2D, 02 and 34. RGB value is (45,2,52). Sum of RGB (Red+Green+Blue) = 45+2+52=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D0234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0234 is #D2FDCB. Grayscale: #141414. Windows color (decimal): -13827532 or 3408429. OLE color: 3408429.
HSL color Cylindrical-coordinate representation of color #2D0234: hue angle of 291.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0234 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 2 | 52 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.80 |
| HSL | 291.6º | 0.93% | 0.11% | - |
| HSV(B) | 291.6º | 0.96% | 0.2% | - |
| XYZ | 1.72 | 0.85 | 3.32 | - |
| YUV | 20.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 52 | 0.13 | 0.96 | 0 | 0.80 | 291.6 | 0.93 | 0.11 |
| Hex | 2D | 2 | 34 | D | 60 | 0 | 50 | 124 | 5D | B |
| Octal | 55 | 2 | 64 | 15 | 140 | 0 | 120 | 444 | 135 | 13 |
| Binary | 101101 | 10 | 110100 | 1101 | 1100000 | 0 | 1010000 | 100100100 | 1011101 | 1011 |
Color Harmonies of #2D0234
Complementary color
Monochromatic Colors of #2D0234
Black with #2D0234
Text Example
Text Example
White with #2D0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0234; }
p { color: rgb(45,2,52); }
H1.HeaderClassName
{
color: #2D0234;
}
.AnyTagClassName
{
color: #2D0234;
}
</style>
background-color css
<style>
a { background-color: #2D0234; }
a { background-color: rgb(45,2,52); }
div.DivClassName
{
background-color: #2D0234;
}
.BgClassName
{
background-color: #2D0234;
}
</style>
border-color css
<style>
span { border-color: #2D0234; }
span { border-color: rgb(45,2,52); }
td.TdClassName
{
border-color: #2D0234;
}
.TagClassName
{
border-color: #2D0234;
}
</style>