Shades of Blackcurrant #2D0D40
Tints of Blackcurrant #2D0D40
RGB
CMYK
RGB Variations
Color information
#2D0D40 (or 0x2D0D40) is known color: Blackcurrant. HEX triplet: 2D, 0D and 40. RGB value is (45,13,64). Sum of RGB (Red+Green+Blue) = 45+13+64=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D0D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0D40 is #D2F2BF. Grayscale: #1C1C1C. Windows color (decimal): -13824704 or 4197677. OLE color: 4197677.
HSL color Cylindrical-coordinate representation of color #2D0D40: hue angle of 277.65º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D0D40 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 13 | 64 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.75 |
| HSL | 277.65º | 0.66% | 0.15% | - |
| HSV(B) | 277.65º | 0.8% | 0.25% | - |
| XYZ | 2.15 | 1.22 | 4.97 | - |
| YUV | 28.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 64 | 0.30 | 0.80 | 0 | 0.75 | 277.65 | 0.66 | 0.15 |
| Hex | 2D | D | 40 | 1E | 50 | 0 | 4B | 116 | 42 | F |
| Octal | 55 | 15 | 100 | 36 | 120 | 0 | 113 | 426 | 102 | 17 |
| Binary | 101101 | 1101 | 1000000 | 11110 | 1010000 | 0 | 1001011 | 100010110 | 1000010 | 1111 |
Color Harmonies of #2D0D40
Complementary color
Monochromatic Colors of #2D0D40
Black with #2D0D40
Text Example
Text Example
White with #2D0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D40; }
p { color: rgb(45,13,64); }
H1.HeaderClassName
{
color: #2D0D40;
}
.AnyTagClassName
{
color: #2D0D40;
}
</style>
background-color css
<style>
a { background-color: #2D0D40; }
a { background-color: rgb(45,13,64); }
div.DivClassName
{
background-color: #2D0D40;
}
.BgClassName
{
background-color: #2D0D40;
}
</style>
border-color css
<style>
span { border-color: #2D0D40; }
span { border-color: rgb(45,13,64); }
td.TdClassName
{
border-color: #2D0D40;
}
.TagClassName
{
border-color: #2D0D40;
}
</style>