Shades of Blackcurrant #2D153A
Tints of Blackcurrant #2D153A
RGB
CMYK
RGB Variations
Color information
#2D153A (or 0x2D153A) is known color: Blackcurrant. HEX triplet: 2D, 15 and 3A. RGB value is (45,21,58). Sum of RGB (Red+Green+Blue) = 45+21+58=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D153A is #D2EAC5. Grayscale: #202020. Windows color (decimal): -13822662 or 3806509. OLE color: 3806509.
HSL color Cylindrical-coordinate representation of color #2D153A: hue angle of 278.92º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D153A is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 21 | 58 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.77 |
| HSL | 278.92º | 0.47% | 0.15% | - |
| HSV(B) | 278.92º | 0.64% | 0.23% | - |
| XYZ | 2.11 | 1.4 | 4.16 | - |
| YUV | 32.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 58 | 0.22 | 0.64 | 0 | 0.77 | 278.92 | 0.47 | 0.15 |
| Hex | 2D | 15 | 3A | 16 | 40 | 0 | 4D | 117 | 2F | F |
| Octal | 55 | 25 | 72 | 26 | 100 | 0 | 115 | 427 | 57 | 17 |
| Binary | 101101 | 10101 | 111010 | 10110 | 1000000 | 0 | 1001101 | 100010111 | 101111 | 1111 |
Color Harmonies of #2D153A
Complementary color
Monochromatic Colors of #2D153A
Black with #2D153A
Text Example
Text Example
White with #2D153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D153A; }
p { color: rgb(45,21,58); }
H1.HeaderClassName
{
color: #2D153A;
}
.AnyTagClassName
{
color: #2D153A;
}
</style>
background-color css
<style>
a { background-color: #2D153A; }
a { background-color: rgb(45,21,58); }
div.DivClassName
{
background-color: #2D153A;
}
.BgClassName
{
background-color: #2D153A;
}
</style>
border-color css
<style>
span { border-color: #2D153A; }
span { border-color: rgb(45,21,58); }
td.TdClassName
{
border-color: #2D153A;
}
.TagClassName
{
border-color: #2D153A;
}
</style>