Shades of Blackcurrant #2D1045
Tints of Blackcurrant #2D1045
RGB
CMYK
RGB Variations
Color information
#2D1045 (or 0x2D1045) is known color: Blackcurrant. HEX triplet: 2D, 10 and 45. RGB value is (45,16,69). Sum of RGB (Red+Green+Blue) = 45+16+69=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D1045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1045 is #D2EFBA. Grayscale: #1E1E1E. Windows color (decimal): -13823931 or 4526125. OLE color: 4526125.
HSL color Cylindrical-coordinate representation of color #2D1045: hue angle of 272.83º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D1045 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 16 | 69 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.73 |
| HSL | 272.83º | 0.62% | 0.17% | - |
| HSV(B) | 272.83º | 0.77% | 0.27% | - |
| XYZ | 2.34 | 1.36 | 5.77 | - |
| YUV | 30.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 69 | 0.35 | 0.77 | 0 | 0.73 | 272.83 | 0.62 | 0.17 |
| Hex | 2D | 10 | 45 | 23 | 4D | 0 | 49 | 111 | 3E | 11 |
| Octal | 55 | 20 | 105 | 43 | 115 | 0 | 111 | 421 | 76 | 21 |
| Binary | 101101 | 10000 | 1000101 | 100011 | 1001101 | 0 | 1001001 | 100010001 | 111110 | 10001 |
Color Harmonies of #2D1045
Complementary color
Monochromatic Colors of #2D1045
Black with #2D1045
Text Example
Text Example
White with #2D1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1045; }
p { color: rgb(45,16,69); }
H1.HeaderClassName
{
color: #2D1045;
}
.AnyTagClassName
{
color: #2D1045;
}
</style>
background-color css
<style>
a { background-color: #2D1045; }
a { background-color: rgb(45,16,69); }
div.DivClassName
{
background-color: #2D1045;
}
.BgClassName
{
background-color: #2D1045;
}
</style>
border-color css
<style>
span { border-color: #2D1045; }
span { border-color: rgb(45,16,69); }
td.TdClassName
{
border-color: #2D1045;
}
.TagClassName
{
border-color: #2D1045;
}
</style>