Shades of Blackcurrant #2D1644
Tints of Blackcurrant #2D1644
RGB
CMYK
RGB Variations
Color information
#2D1644 (or 0x2D1644) is known color: Blackcurrant. HEX triplet: 2D, 16 and 44. RGB value is (45,22,68). Sum of RGB (Red+Green+Blue) = 45+22+68=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #2D1644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1644 is #D2E9BB. Grayscale: #212121. Windows color (decimal): -13822396 or 4462125. OLE color: 4462125.
HSL color Cylindrical-coordinate representation of color #2D1644: hue angle of 270º degrees, saturation: 0.51, 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 #2D1644 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 22 | 68 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.73 |
| HSL | 270º | 0.51% | 0.18% | - |
| HSV(B) | 270º | 0.68% | 0.27% | - |
| XYZ | 2.41 | 1.55 | 5.64 | - |
| YUV | 34.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 68 | 0.34 | 0.68 | 0 | 0.73 | 270 | 0.51 | 0.18 |
| Hex | 2D | 16 | 44 | 22 | 44 | 0 | 49 | 10E | 33 | 12 |
| Octal | 55 | 26 | 104 | 42 | 104 | 0 | 111 | 416 | 63 | 22 |
| Binary | 101101 | 10110 | 1000100 | 100010 | 1000100 | 0 | 1001001 | 100001110 | 110011 | 10010 |
Color Harmonies of #2D1644
Complementary color
Monochromatic Colors of #2D1644
Black with #2D1644
Text Example
Text Example
White with #2D1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1644; }
p { color: rgb(45,22,68); }
H1.HeaderClassName
{
color: #2D1644;
}
.AnyTagClassName
{
color: #2D1644;
}
</style>
background-color css
<style>
a { background-color: #2D1644; }
a { background-color: rgb(45,22,68); }
div.DivClassName
{
background-color: #2D1644;
}
.BgClassName
{
background-color: #2D1644;
}
</style>
border-color css
<style>
span { border-color: #2D1644; }
span { border-color: rgb(45,22,68); }
td.TdClassName
{
border-color: #2D1644;
}
.TagClassName
{
border-color: #2D1644;
}
</style>