Shades of Blackcurrant #2D1143
Tints of Blackcurrant #2D1143
RGB
CMYK
RGB Variations
Color information
#2D1143 (or 0x2D1143) is known color: Blackcurrant. HEX triplet: 2D, 11 and 43. RGB value is (45,17,67). Sum of RGB (Red+Green+Blue) = 45+17+67=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1143 is #D2EEBC. Grayscale: #1E1E1E. Windows color (decimal): -13823677 or 4395309. OLE color: 4395309.
HSL color Cylindrical-coordinate representation of color #2D1143: hue angle of 273.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1143 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 17 | 67 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.74 |
| HSL | 273.6º | 0.6% | 0.16% | - |
| HSV(B) | 273.6º | 0.75% | 0.26% | - |
| XYZ | 2.3 | 1.36 | 5.45 | - |
| YUV | 31.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 67 | 0.33 | 0.75 | 0 | 0.74 | 273.6 | 0.6 | 0.16 |
| Hex | 2D | 11 | 43 | 21 | 4B | 0 | 4A | 112 | 3C | 10 |
| Octal | 55 | 21 | 103 | 41 | 113 | 0 | 112 | 422 | 74 | 20 |
| Binary | 101101 | 10001 | 1000011 | 100001 | 1001011 | 0 | 1001010 | 100010010 | 111100 | 10000 |
Color Harmonies of #2D1143
Complementary color
Monochromatic Colors of #2D1143
Black with #2D1143
Text Example
Text Example
White with #2D1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1143; }
p { color: rgb(45,17,67); }
H1.HeaderClassName
{
color: #2D1143;
}
.AnyTagClassName
{
color: #2D1143;
}
</style>
background-color css
<style>
a { background-color: #2D1143; }
a { background-color: rgb(45,17,67); }
div.DivClassName
{
background-color: #2D1143;
}
.BgClassName
{
background-color: #2D1143;
}
</style>
border-color css
<style>
span { border-color: #2D1143; }
span { border-color: rgb(45,17,67); }
td.TdClassName
{
border-color: #2D1143;
}
.TagClassName
{
border-color: #2D1143;
}
</style>