Shades of Blackcurrant #2D1742
Tints of Blackcurrant #2D1742
RGB
CMYK
RGB Variations
Color information
#2D1742 (or 0x2D1742) is known color: Blackcurrant. HEX triplet: 2D, 17 and 42. RGB value is (45,23,66). Sum of RGB (Red+Green+Blue) = 45+23+66=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #2D1742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1742 is #D2E8BD. Grayscale: #222222. Windows color (decimal): -13822142 or 4331309. OLE color: 4331309.
HSL color Cylindrical-coordinate representation of color #2D1742: hue angle of 270.7º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D1742 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 23 | 66 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.74 |
| HSL | 270.7º | 0.48% | 0.17% | - |
| HSV(B) | 270.7º | 0.65% | 0.26% | - |
| XYZ | 2.37 | 1.56 | 5.33 | - |
| YUV | 34.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 66 | 0.32 | 0.65 | 0 | 0.74 | 270.7 | 0.48 | 0.17 |
| Hex | 2D | 17 | 42 | 20 | 41 | 0 | 4A | 10F | 30 | 11 |
| Octal | 55 | 27 | 102 | 40 | 101 | 0 | 112 | 417 | 60 | 21 |
| Binary | 101101 | 10111 | 1000010 | 100000 | 1000001 | 0 | 1001010 | 100001111 | 110000 | 10001 |
Color Harmonies of #2D1742
Complementary color
Monochromatic Colors of #2D1742
Black with #2D1742
Text Example
Text Example
White with #2D1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1742; }
p { color: rgb(45,23,66); }
H1.HeaderClassName
{
color: #2D1742;
}
.AnyTagClassName
{
color: #2D1742;
}
</style>
background-color css
<style>
a { background-color: #2D1742; }
a { background-color: rgb(45,23,66); }
div.DivClassName
{
background-color: #2D1742;
}
.BgClassName
{
background-color: #2D1742;
}
</style>
border-color css
<style>
span { border-color: #2D1742; }
span { border-color: rgb(45,23,66); }
td.TdClassName
{
border-color: #2D1742;
}
.TagClassName
{
border-color: #2D1742;
}
</style>