Shades of Blackcurrant #2D0036
Tints of Blackcurrant #2D0036
RGB
CMYK
RGB Variations
Color information
#2D0036 (or 0x2D0036) is known color: Blackcurrant. HEX triplet: 2D, 00 and 36. RGB value is (45,0,54). Sum of RGB (Red+Green+Blue) = 45+0+54=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #2D0036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0036 is #D2FFC9. Grayscale: #131313. Windows color (decimal): -13828042 or 3538989. OLE color: 3538989.
HSL color Cylindrical-coordinate representation of color #2D0036: hue angle of 290º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0036 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 0 | 54 | - |
| CMYK | 0.17 | 1 | 0 | 0.79 |
| HSL | 290º | 1% | 0.11% | - |
| HSV(B) | 290º | 1% | 0.21% | - |
| XYZ | 1.75 | 0.82 | 3.56 | - |
| YUV | 19.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 54 | 0.17 | 1 | 0 | 0.79 | 290 | 1 | 0.11 |
| Hex | 2D | 0 | 36 | 11 | 64 | 0 | 4F | 122 | 64 | B |
| Octal | 55 | 0 | 66 | 21 | 144 | 0 | 117 | 442 | 144 | 13 |
| Binary | 101101 | 0 | 110110 | 10001 | 1100100 | 0 | 1001111 | 100100010 | 1100100 | 1011 |
Color Harmonies of #2D0036
Complementary color
Monochromatic Colors of #2D0036
Black with #2D0036
Text Example
Text Example
White with #2D0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0036; }
p { color: rgb(45,0,54); }
H1.HeaderClassName
{
color: #2D0036;
}
.AnyTagClassName
{
color: #2D0036;
}
</style>
background-color css
<style>
a { background-color: #2D0036; }
a { background-color: rgb(45,0,54); }
div.DivClassName
{
background-color: #2D0036;
}
.BgClassName
{
background-color: #2D0036;
}
</style>
border-color css
<style>
span { border-color: #2D0036; }
span { border-color: rgb(45,0,54); }
td.TdClassName
{
border-color: #2D0036;
}
.TagClassName
{
border-color: #2D0036;
}
</style>