Shades of Blackcurrant #2D0541
Tints of Blackcurrant #2D0541
RGB
CMYK
RGB Variations
Color information
#2D0541 (or 0x2D0541) is known color: Blackcurrant. HEX triplet: 2D, 05 and 41. RGB value is (45,5,65). Sum of RGB (Red+Green+Blue) = 45+5+65=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #2D0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0541 is #D2FABE. Grayscale: #171717. Windows color (decimal): -13826751 or 4261165. OLE color: 4261165.
HSL color Cylindrical-coordinate representation of color #2D0541: hue angle of 280º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0541 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 5 | 65 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.75 |
| HSL | 280º | 0.86% | 0.14% | - |
| HSV(B) | 280º | 0.92% | 0.25% | - |
| XYZ | 2.09 | 1.05 | 5.09 | - |
| YUV | 23.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 65 | 0.31 | 0.92 | 0 | 0.75 | 280 | 0.86 | 0.14 |
| Hex | 2D | 5 | 41 | 1F | 5C | 0 | 4B | 118 | 56 | E |
| Octal | 55 | 5 | 101 | 37 | 134 | 0 | 113 | 430 | 126 | 16 |
| Binary | 101101 | 101 | 1000001 | 11111 | 1011100 | 0 | 1001011 | 100011000 | 1010110 | 1110 |
Color Harmonies of #2D0541
Complementary color
Monochromatic Colors of #2D0541
Black with #2D0541
Text Example
Text Example
White with #2D0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0541; }
p { color: rgb(45,5,65); }
H1.HeaderClassName
{
color: #2D0541;
}
.AnyTagClassName
{
color: #2D0541;
}
</style>
background-color css
<style>
a { background-color: #2D0541; }
a { background-color: rgb(45,5,65); }
div.DivClassName
{
background-color: #2D0541;
}
.BgClassName
{
background-color: #2D0541;
}
</style>
border-color css
<style>
span { border-color: #2D0541; }
span { border-color: rgb(45,5,65); }
td.TdClassName
{
border-color: #2D0541;
}
.TagClassName
{
border-color: #2D0541;
}
</style>