Shades of Blackcurrant #2D1645
Tints of Blackcurrant #2D1645
RGB
CMYK
RGB Variations
Color information
#2D1645 (or 0x2D1645) is known color: Blackcurrant. HEX triplet: 2D, 16 and 45. RGB value is (45,22,69). Sum of RGB (Red+Green+Blue) = 45+22+69=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D1645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1645 is #D2E9BA. Grayscale: #222222. Windows color (decimal): -13822395 or 4527661. OLE color: 4527661.
HSL color Cylindrical-coordinate representation of color #2D1645: hue angle of 269.36º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D1645 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 22 | 69 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.73 |
| HSL | 269.36º | 0.52% | 0.18% | - |
| HSV(B) | 269.36º | 0.68% | 0.27% | - |
| XYZ | 2.44 | 1.56 | 5.8 | - |
| YUV | 34.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 69 | 0.35 | 0.68 | 0 | 0.73 | 269.36 | 0.52 | 0.18 |
| Hex | 2D | 16 | 45 | 23 | 44 | 0 | 49 | 10D | 34 | 12 |
| Octal | 55 | 26 | 105 | 43 | 104 | 0 | 111 | 415 | 64 | 22 |
| Binary | 101101 | 10110 | 1000101 | 100011 | 1000100 | 0 | 1001001 | 100001101 | 110100 | 10010 |
Color Harmonies of #2D1645
Complementary color
Monochromatic Colors of #2D1645
Black with #2D1645
Text Example
Text Example
White with #2D1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1645; }
p { color: rgb(45,22,69); }
H1.HeaderClassName
{
color: #2D1645;
}
.AnyTagClassName
{
color: #2D1645;
}
</style>
background-color css
<style>
a { background-color: #2D1645; }
a { background-color: rgb(45,22,69); }
div.DivClassName
{
background-color: #2D1645;
}
.BgClassName
{
background-color: #2D1645;
}
</style>
border-color css
<style>
span { border-color: #2D1645; }
span { border-color: rgb(45,22,69); }
td.TdClassName
{
border-color: #2D1645;
}
.TagClassName
{
border-color: #2D1645;
}
</style>