Shades of Blackcurrant #2D0637
Tints of Blackcurrant #2D0637
RGB
CMYK
RGB Variations
Color information
#2D0637 (or 0x2D0637) is known color: Blackcurrant. HEX triplet: 2D, 06 and 37. RGB value is (45,6,55). Sum of RGB (Red+Green+Blue) = 45+6+55=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D0637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0637 is #D2F9C8. Grayscale: #171717. Windows color (decimal): -13826505 or 3606061. OLE color: 3606061.
HSL color Cylindrical-coordinate representation of color #2D0637: hue angle of 287.76º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0637 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 6 | 55 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.78 |
| HSL | 287.76º | 0.8% | 0.12% | - |
| HSV(B) | 287.76º | 0.89% | 0.22% | - |
| XYZ | 1.84 | 0.96 | 3.7 | - |
| YUV | 23.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 55 | 0.18 | 0.89 | 0 | 0.78 | 287.76 | 0.8 | 0.12 |
| Hex | 2D | 6 | 37 | 12 | 59 | 0 | 4E | 120 | 50 | C |
| Octal | 55 | 6 | 67 | 22 | 131 | 0 | 116 | 440 | 120 | 14 |
| Binary | 101101 | 110 | 110111 | 10010 | 1011001 | 0 | 1001110 | 100100000 | 1010000 | 1100 |
Color Harmonies of #2D0637
Complementary color
Monochromatic Colors of #2D0637
Black with #2D0637
Text Example
Text Example
White with #2D0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0637; }
p { color: rgb(45,6,55); }
H1.HeaderClassName
{
color: #2D0637;
}
.AnyTagClassName
{
color: #2D0637;
}
</style>
background-color css
<style>
a { background-color: #2D0637; }
a { background-color: rgb(45,6,55); }
div.DivClassName
{
background-color: #2D0637;
}
.BgClassName
{
background-color: #2D0637;
}
</style>
border-color css
<style>
span { border-color: #2D0637; }
span { border-color: rgb(45,6,55); }
td.TdClassName
{
border-color: #2D0637;
}
.TagClassName
{
border-color: #2D0637;
}
</style>