Shades of Blackcurrant #2D1B41
Tints of Blackcurrant #2D1B41
RGB
CMYK
RGB Variations
Color information
#2D1B41 (or 0x2D1B41) is known color: Blackcurrant. HEX triplet: 2D, 1B and 41. RGB value is (45,27,65). Sum of RGB (Red+Green+Blue) = 45+27+65=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #2D1B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1B41 is #D2E4BE. Grayscale: #242424. Windows color (decimal): -13821119 or 4266797. OLE color: 4266797.
HSL color Cylindrical-coordinate representation of color #2D1B41: hue angle of 268.42º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D1B41 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 27 | 65 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.75 |
| HSL | 268.42º | 0.41% | 0.18% | - |
| HSV(B) | 268.42º | 0.58% | 0.25% | - |
| XYZ | 2.43 | 1.72 | 5.21 | - |
| YUV | 36.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 65 | 0.31 | 0.58 | 0 | 0.75 | 268.42 | 0.41 | 0.18 |
| Hex | 2D | 1B | 41 | 1F | 3A | 0 | 4B | 10C | 29 | 12 |
| Octal | 55 | 33 | 101 | 37 | 72 | 0 | 113 | 414 | 51 | 22 |
| Binary | 101101 | 11011 | 1000001 | 11111 | 111010 | 0 | 1001011 | 100001100 | 101001 | 10010 |
Color Harmonies of #2D1B41
Complementary color
Monochromatic Colors of #2D1B41
Black with #2D1B41
Text Example
Text Example
White with #2D1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B41; }
p { color: rgb(45,27,65); }
H1.HeaderClassName
{
color: #2D1B41;
}
.AnyTagClassName
{
color: #2D1B41;
}
</style>
background-color css
<style>
a { background-color: #2D1B41; }
a { background-color: rgb(45,27,65); }
div.DivClassName
{
background-color: #2D1B41;
}
.BgClassName
{
background-color: #2D1B41;
}
</style>
border-color css
<style>
span { border-color: #2D1B41; }
span { border-color: rgb(45,27,65); }
td.TdClassName
{
border-color: #2D1B41;
}
.TagClassName
{
border-color: #2D1B41;
}
</style>