Shades of Blackcurrant #2D1248
Tints of Blackcurrant #2D1248
RGB
CMYK
RGB Variations
Color information
#2D1248 (or 0x2D1248) is known color: Blackcurrant. HEX triplet: 2D, 12 and 48. RGB value is (45,18,72). Sum of RGB (Red+Green+Blue) = 45+18+72=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1248 is #D2EDB7. Grayscale: #202020. Windows color (decimal): -13823416 or 4723245. OLE color: 4723245.
HSL color Cylindrical-coordinate representation of color #2D1248: hue angle of 270º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1248 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 18 | 72 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.72 |
| HSL | 270º | 0.6% | 0.18% | - |
| HSV(B) | 270º | 0.75% | 0.28% | - |
| XYZ | 2.47 | 1.46 | 6.28 | - |
| YUV | 32.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 72 | 0.38 | 0.75 | 0 | 0.72 | 270 | 0.6 | 0.18 |
| Hex | 2D | 12 | 48 | 26 | 4B | 0 | 48 | 10E | 3C | 12 |
| Octal | 55 | 22 | 110 | 46 | 113 | 0 | 110 | 416 | 74 | 22 |
| Binary | 101101 | 10010 | 1001000 | 100110 | 1001011 | 0 | 1001000 | 100001110 | 111100 | 10010 |
Color Harmonies of #2D1248
Complementary color
Monochromatic Colors of #2D1248
Black with #2D1248
Text Example
Text Example
White with #2D1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1248; }
p { color: rgb(45,18,72); }
H1.HeaderClassName
{
color: #2D1248;
}
.AnyTagClassName
{
color: #2D1248;
}
</style>
background-color css
<style>
a { background-color: #2D1248; }
a { background-color: rgb(45,18,72); }
div.DivClassName
{
background-color: #2D1248;
}
.BgClassName
{
background-color: #2D1248;
}
</style>
border-color css
<style>
span { border-color: #2D1248; }
span { border-color: rgb(45,18,72); }
td.TdClassName
{
border-color: #2D1248;
}
.TagClassName
{
border-color: #2D1248;
}
</style>