Shades of Blackcurrant #2D0D37
Tints of Blackcurrant #2D0D37
RGB
CMYK
RGB Variations
Color information
#2D0D37 (or 0x2D0D37) is known color: Blackcurrant. HEX triplet: 2D, 0D and 37. RGB value is (45,13,55). Sum of RGB (Red+Green+Blue) = 45+13+55=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D0D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0D37 is #D2F2C8. Grayscale: #1B1B1B. Windows color (decimal): -13824713 or 3607853. OLE color: 3607853.
HSL color Cylindrical-coordinate representation of color #2D0D37: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D0D37 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 13 | 55 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.78 |
| HSL | 285.71º | 0.62% | 0.13% | - |
| HSV(B) | 285.71º | 0.76% | 0.22% | - |
| XYZ | 1.92 | 1.12 | 3.73 | - |
| YUV | 27.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 55 | 0.18 | 0.76 | 0 | 0.78 | 285.71 | 0.62 | 0.13 |
| Hex | 2D | D | 37 | 12 | 4C | 0 | 4E | 11E | 3E | D |
| Octal | 55 | 15 | 67 | 22 | 114 | 0 | 116 | 436 | 76 | 15 |
| Binary | 101101 | 1101 | 110111 | 10010 | 1001100 | 0 | 1001110 | 100011110 | 111110 | 1101 |
Color Harmonies of #2D0D37
Complementary color
Monochromatic Colors of #2D0D37
Black with #2D0D37
Text Example
Text Example
White with #2D0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D37; }
p { color: rgb(45,13,55); }
H1.HeaderClassName
{
color: #2D0D37;
}
.AnyTagClassName
{
color: #2D0D37;
}
</style>
background-color css
<style>
a { background-color: #2D0D37; }
a { background-color: rgb(45,13,55); }
div.DivClassName
{
background-color: #2D0D37;
}
.BgClassName
{
background-color: #2D0D37;
}
</style>
border-color css
<style>
span { border-color: #2D0D37; }
span { border-color: rgb(45,13,55); }
td.TdClassName
{
border-color: #2D0D37;
}
.TagClassName
{
border-color: #2D0D37;
}
</style>