Shades of Blackcurrant #2D1343
Tints of Blackcurrant #2D1343
RGB
CMYK
RGB Variations
Color information
#2D1343 (or 0x2D1343) is known color: Blackcurrant. HEX triplet: 2D, 13 and 43. RGB value is (45,19,67). Sum of RGB (Red+Green+Blue) = 45+19+67=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D1343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1343 is #D2ECBC. Grayscale: #202020. Windows color (decimal): -13823165 or 4395821. OLE color: 4395821.
HSL color Cylindrical-coordinate representation of color #2D1343: hue angle of 272.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D1343 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 19 | 67 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.74 |
| HSL | 272.5º | 0.56% | 0.17% | - |
| HSV(B) | 272.5º | 0.72% | 0.26% | - |
| XYZ | 2.33 | 1.43 | 5.46 | - |
| YUV | 32.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 67 | 0.33 | 0.72 | 0 | 0.74 | 272.5 | 0.56 | 0.17 |
| Hex | 2D | 13 | 43 | 21 | 48 | 0 | 4A | 110 | 38 | 11 |
| Octal | 55 | 23 | 103 | 41 | 110 | 0 | 112 | 420 | 70 | 21 |
| Binary | 101101 | 10011 | 1000011 | 100001 | 1001000 | 0 | 1001010 | 100010000 | 111000 | 10001 |
Color Harmonies of #2D1343
Complementary color
Monochromatic Colors of #2D1343
Black with #2D1343
Text Example
Text Example
White with #2D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1343; }
p { color: rgb(45,19,67); }
H1.HeaderClassName
{
color: #2D1343;
}
.AnyTagClassName
{
color: #2D1343;
}
</style>
background-color css
<style>
a { background-color: #2D1343; }
a { background-color: rgb(45,19,67); }
div.DivClassName
{
background-color: #2D1343;
}
.BgClassName
{
background-color: #2D1343;
}
</style>
border-color css
<style>
span { border-color: #2D1343; }
span { border-color: rgb(45,19,67); }
td.TdClassName
{
border-color: #2D1343;
}
.TagClassName
{
border-color: #2D1343;
}
</style>