Shades of Blackcurrant #2D1142
Tints of Blackcurrant #2D1142
RGB
CMYK
RGB Variations
Color information
#2D1142 (or 0x2D1142) is known color: Blackcurrant. HEX triplet: 2D, 11 and 42. RGB value is (45,17,66). Sum of RGB (Red+Green+Blue) = 45+17+66=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #2D1142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1142 is #D2EEBD. Grayscale: #1E1E1E. Windows color (decimal): -13823678 or 4329773. OLE color: 4329773.
HSL color Cylindrical-coordinate representation of color #2D1142: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D1142 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 17 | 66 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.74 |
| HSL | 274.29º | 0.59% | 0.16% | - |
| HSV(B) | 274.29º | 0.74% | 0.26% | - |
| XYZ | 2.27 | 1.35 | 5.3 | - |
| YUV | 30.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 66 | 0.32 | 0.74 | 0 | 0.74 | 274.29 | 0.59 | 0.16 |
| Hex | 2D | 11 | 42 | 20 | 4A | 0 | 4A | 112 | 3B | 10 |
| Octal | 55 | 21 | 102 | 40 | 112 | 0 | 112 | 422 | 73 | 20 |
| Binary | 101101 | 10001 | 1000010 | 100000 | 1001010 | 0 | 1001010 | 100010010 | 111011 | 10000 |
Color Harmonies of #2D1142
Complementary color
Monochromatic Colors of #2D1142
Black with #2D1142
Text Example
Text Example
White with #2D1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1142; }
p { color: rgb(45,17,66); }
H1.HeaderClassName
{
color: #2D1142;
}
.AnyTagClassName
{
color: #2D1142;
}
</style>
background-color css
<style>
a { background-color: #2D1142; }
a { background-color: rgb(45,17,66); }
div.DivClassName
{
background-color: #2D1142;
}
.BgClassName
{
background-color: #2D1142;
}
</style>
border-color css
<style>
span { border-color: #2D1142; }
span { border-color: rgb(45,17,66); }
td.TdClassName
{
border-color: #2D1142;
}
.TagClassName
{
border-color: #2D1142;
}
</style>