Shades of Blackcurrant #2D1033
Tints of Blackcurrant #2D1033
RGB
CMYK
RGB Variations
Color information
#2D1033 (or 0x2D1033) is known color: Blackcurrant. HEX triplet: 2D, 10 and 33. RGB value is (45,16,51). Sum of RGB (Red+Green+Blue) = 45+16+51=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D1033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1033 is #D2EFCC. Grayscale: #1C1C1C. Windows color (decimal): -13823949 or 3346477. OLE color: 3346477.
HSL color Cylindrical-coordinate representation of color #2D1033: hue angle of 289.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D1033 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 16 | 51 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.8 |
| HSL | 289.71º | 0.52% | 0.13% | - |
| HSV(B) | 289.71º | 0.69% | 0.2% | - |
| XYZ | 1.87 | 1.17 | 3.26 | - |
| YUV | 28.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 51 | 0.12 | 0.69 | 0 | 0.8 | 289.71 | 0.52 | 0.13 |
| Hex | 2D | 10 | 33 | C | 45 | 0 | 50 | 122 | 34 | D |
| Octal | 55 | 20 | 63 | 14 | 105 | 0 | 120 | 442 | 64 | 15 |
| Binary | 101101 | 10000 | 110011 | 1100 | 1000101 | 0 | 1010000 | 100100010 | 110100 | 1101 |
Color Harmonies of #2D1033
Complementary color
Monochromatic Colors of #2D1033
Black with #2D1033
Text Example
Text Example
White with #2D1033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1033; }
p { color: rgb(45,16,51); }
H1.HeaderClassName
{
color: #2D1033;
}
.AnyTagClassName
{
color: #2D1033;
}
</style>
background-color css
<style>
a { background-color: #2D1033; }
a { background-color: rgb(45,16,51); }
div.DivClassName
{
background-color: #2D1033;
}
.BgClassName
{
background-color: #2D1033;
}
</style>
border-color css
<style>
span { border-color: #2D1033; }
span { border-color: rgb(45,16,51); }
td.TdClassName
{
border-color: #2D1033;
}
.TagClassName
{
border-color: #2D1033;
}
</style>