Shades of Blackcurrant #2D183A
Tints of Blackcurrant #2D183A
RGB
CMYK
RGB Variations
Color information
#2D183A (or 0x2D183A) is known color: Blackcurrant. HEX triplet: 2D, 18 and 3A. RGB value is (45,24,58). Sum of RGB (Red+Green+Blue) = 45+24+58=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D183A is #D2E7C5. Grayscale: #222222. Windows color (decimal): -13821894 or 3807277. OLE color: 3807277.
HSL color Cylindrical-coordinate representation of color #2D183A: hue angle of 277.06º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D183A is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 24 | 58 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.77 |
| HSL | 277.06º | 0.41% | 0.16% | - |
| HSV(B) | 277.06º | 0.59% | 0.23% | - |
| XYZ | 2.17 | 1.52 | 4.18 | - |
| YUV | 34.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 58 | 0.22 | 0.59 | 0 | 0.77 | 277.06 | 0.41 | 0.16 |
| Hex | 2D | 18 | 3A | 16 | 3B | 0 | 4D | 115 | 29 | 10 |
| Octal | 55 | 30 | 72 | 26 | 73 | 0 | 115 | 425 | 51 | 20 |
| Binary | 101101 | 11000 | 111010 | 10110 | 111011 | 0 | 1001101 | 100010101 | 101001 | 10000 |
Color Harmonies of #2D183A
Complementary color
Monochromatic Colors of #2D183A
Black with #2D183A
Text Example
Text Example
White with #2D183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D183A; }
p { color: rgb(45,24,58); }
H1.HeaderClassName
{
color: #2D183A;
}
.AnyTagClassName
{
color: #2D183A;
}
</style>
background-color css
<style>
a { background-color: #2D183A; }
a { background-color: rgb(45,24,58); }
div.DivClassName
{
background-color: #2D183A;
}
.BgClassName
{
background-color: #2D183A;
}
</style>
border-color css
<style>
span { border-color: #2D183A; }
span { border-color: rgb(45,24,58); }
td.TdClassName
{
border-color: #2D183A;
}
.TagClassName
{
border-color: #2D183A;
}
</style>