Shades of Blackcurrant #2D0E3F
Tints of Blackcurrant #2D0E3F
RGB
CMYK
RGB Variations
Color information
#2D0E3F (or 0x2D0E3F) is known color: Blackcurrant. HEX triplet: 2D, 0E and 3F. RGB value is (45,14,63). Sum of RGB (Red+Green+Blue) = 45+14+63=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D0E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0E3F is #D2F1C0. Grayscale: #1C1C1C. Windows color (decimal): -13824449 or 4132397. OLE color: 4132397.
HSL color Cylindrical-coordinate representation of color #2D0E3F: hue angle of 277.96º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D0E3F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 14 | 63 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.75 |
| HSL | 277.96º | 0.64% | 0.15% | - |
| HSV(B) | 277.96º | 0.78% | 0.25% | - |
| XYZ | 2.14 | 1.23 | 4.83 | - |
| YUV | 28.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 63 | 0.29 | 0.78 | 0 | 0.75 | 277.96 | 0.64 | 0.15 |
| Hex | 2D | E | 3F | 1D | 4E | 0 | 4B | 116 | 40 | F |
| Octal | 55 | 16 | 77 | 35 | 116 | 0 | 113 | 426 | 100 | 17 |
| Binary | 101101 | 1110 | 111111 | 11101 | 1001110 | 0 | 1001011 | 100010110 | 1000000 | 1111 |
Color Harmonies of #2D0E3F
Complementary color
Monochromatic Colors of #2D0E3F
Black with #2D0E3F
Text Example
Text Example
White with #2D0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E3F; }
p { color: rgb(45,14,63); }
H1.HeaderClassName
{
color: #2D0E3F;
}
.AnyTagClassName
{
color: #2D0E3F;
}
</style>
background-color css
<style>
a { background-color: #2D0E3F; }
a { background-color: rgb(45,14,63); }
div.DivClassName
{
background-color: #2D0E3F;
}
.BgClassName
{
background-color: #2D0E3F;
}
</style>
border-color css
<style>
span { border-color: #2D0E3F; }
span { border-color: rgb(45,14,63); }
td.TdClassName
{
border-color: #2D0E3F;
}
.TagClassName
{
border-color: #2D0E3F;
}
</style>