Shades of Blackcurrant #2D1344
Tints of Blackcurrant #2D1344
RGB
CMYK
RGB Variations
Color information
#2D1344 (or 0x2D1344) is known color: Blackcurrant. HEX triplet: 2D, 13 and 44. RGB value is (45,19,68). Sum of RGB (Red+Green+Blue) = 45+19+68=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #2D1344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1344 is #D2ECBB. Grayscale: #202020. Windows color (decimal): -13823164 or 4461357. OLE color: 4461357.
HSL color Cylindrical-coordinate representation of color #2D1344: hue angle of 271.84º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D1344 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 45 | 19 | 68 | - |
CMYK | 0.34 | 0.72 | 0 | 0.73 |
HSL | 271.84º | 0.56% | 0.17% | - |
HSV(B) | 271.84º | 0.72% | 0.27% | - |
XYZ | 2.36 | 1.44 | 5.62 | - |
YUV | 32.36 | 148.11 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 19 | 68 | 0.34 | 0.72 | 0 | 0.73 | 271.84 | 0.56 | 0.17 |
Hex | 2D | 13 | 44 | 22 | 48 | 0 | 49 | 110 | 38 | 11 |
Octal | 55 | 23 | 104 | 42 | 110 | 0 | 111 | 420 | 70 | 21 |
Binary | 101101 | 10011 | 1000100 | 100010 | 1001000 | 0 | 1001001 | 100010000 | 111000 | 10001 |
Color Harmonies of #2D1344
Complementary color
Monochromatic Colors of #2D1344
Black with #2D1344
Text Example
Text Example
White with #2D1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1344; }
p { color: rgb(45,19,68); }
H1.HeaderClassName
{
color: #2D1344;
}
.AnyTagClassName
{
color: #2D1344;
}
</style>
background-color css
<style>
a { background-color: #2D1344; }
a { background-color: rgb(45,19,68); }
div.DivClassName
{
background-color: #2D1344;
}
.BgClassName
{
background-color: #2D1344;
}
</style>
border-color css
<style>
span { border-color: #2D1344; }
span { border-color: rgb(45,19,68); }
td.TdClassName
{
border-color: #2D1344;
}
.TagClassName
{
border-color: #2D1344;
}
</style>