Shades of Blackcurrant #2D0F40
Tints of Blackcurrant #2D0F40
RGB
CMYK
RGB Variations
Color information
#2D0F40 (or 0x2D0F40) is known color: Blackcurrant. HEX triplet: 2D, 0F and 40. RGB value is (45,15,64). Sum of RGB (Red+Green+Blue) = 45+15+64=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D0F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F40 is #D2F0BF. Grayscale: #1D1D1D. Windows color (decimal): -13824192 or 4198189. OLE color: 4198189.
HSL color Cylindrical-coordinate representation of color #2D0F40: hue angle of 276.73º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D0F40 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 15 | 64 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.75 |
| HSL | 276.73º | 0.62% | 0.15% | - |
| HSV(B) | 276.73º | 0.77% | 0.25% | - |
| XYZ | 2.18 | 1.27 | 4.98 | - |
| YUV | 29.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 64 | 0.30 | 0.77 | 0 | 0.75 | 276.73 | 0.62 | 0.15 |
| Hex | 2D | F | 40 | 1E | 4D | 0 | 4B | 115 | 3E | F |
| Octal | 55 | 17 | 100 | 36 | 115 | 0 | 113 | 425 | 76 | 17 |
| Binary | 101101 | 1111 | 1000000 | 11110 | 1001101 | 0 | 1001011 | 100010101 | 111110 | 1111 |
Color Harmonies of #2D0F40
Complementary color
Monochromatic Colors of #2D0F40
Black with #2D0F40
Text Example
Text Example
White with #2D0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F40; }
p { color: rgb(45,15,64); }
H1.HeaderClassName
{
color: #2D0F40;
}
.AnyTagClassName
{
color: #2D0F40;
}
</style>
background-color css
<style>
a { background-color: #2D0F40; }
a { background-color: rgb(45,15,64); }
div.DivClassName
{
background-color: #2D0F40;
}
.BgClassName
{
background-color: #2D0F40;
}
</style>
border-color css
<style>
span { border-color: #2D0F40; }
span { border-color: rgb(45,15,64); }
td.TdClassName
{
border-color: #2D0F40;
}
.TagClassName
{
border-color: #2D0F40;
}
</style>