Shades of Blackcurrant #2D1337
Tints of Blackcurrant #2D1337
RGB
CMYK
RGB Variations
Color information
#2D1337 (or 0x2D1337) is known color: Blackcurrant. HEX triplet: 2D, 13 and 37. RGB value is (45,19,55). Sum of RGB (Red+Green+Blue) = 45+19+55=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1337 is #D2ECC8. Grayscale: #1E1E1E. Windows color (decimal): -13823177 or 3609389. OLE color: 3609389.
HSL color Cylindrical-coordinate representation of color #2D1337: hue angle of 283.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D1337 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 19 | 55 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.78 |
| HSL | 283.33º | 0.49% | 0.15% | - |
| HSV(B) | 283.33º | 0.65% | 0.22% | - |
| XYZ | 2 | 1.3 | 3.76 | - |
| YUV | 30.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 55 | 0.18 | 0.65 | 0 | 0.78 | 283.33 | 0.49 | 0.15 |
| Hex | 2D | 13 | 37 | 12 | 41 | 0 | 4E | 11B | 31 | F |
| Octal | 55 | 23 | 67 | 22 | 101 | 0 | 116 | 433 | 61 | 17 |
| Binary | 101101 | 10011 | 110111 | 10010 | 1000001 | 0 | 1001110 | 100011011 | 110001 | 1111 |
Color Harmonies of #2D1337
Complementary color
Monochromatic Colors of #2D1337
Black with #2D1337
Text Example
Text Example
White with #2D1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1337; }
p { color: rgb(45,19,55); }
H1.HeaderClassName
{
color: #2D1337;
}
.AnyTagClassName
{
color: #2D1337;
}
</style>
background-color css
<style>
a { background-color: #2D1337; }
a { background-color: rgb(45,19,55); }
div.DivClassName
{
background-color: #2D1337;
}
.BgClassName
{
background-color: #2D1337;
}
</style>
border-color css
<style>
span { border-color: #2D1337; }
span { border-color: rgb(45,19,55); }
td.TdClassName
{
border-color: #2D1337;
}
.TagClassName
{
border-color: #2D1337;
}
</style>