Shades of Blackcurrant #2D183D
Tints of Blackcurrant #2D183D
RGB
CMYK
RGB Variations
Color information
#2D183D (or 0x2D183D) is known color: Blackcurrant. HEX triplet: 2D, 18 and 3D. RGB value is (45,24,61). Sum of RGB (Red+Green+Blue) = 45+24+61=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D183D is #D2E7C2. Grayscale: #222222. Windows color (decimal): -13821891 or 4003885. OLE color: 4003885.
HSL color Cylindrical-coordinate representation of color #2D183D: hue angle of 274.05º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D183D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 24 | 61 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.76 |
| HSL | 274.05º | 0.44% | 0.17% | - |
| HSV(B) | 274.05º | 0.61% | 0.24% | - |
| XYZ | 2.25 | 1.55 | 4.6 | - |
| YUV | 34.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 61 | 0.26 | 0.61 | 0 | 0.76 | 274.05 | 0.44 | 0.17 |
| Hex | 2D | 18 | 3D | 1A | 3D | 0 | 4C | 112 | 2C | 11 |
| Octal | 55 | 30 | 75 | 32 | 75 | 0 | 114 | 422 | 54 | 21 |
| Binary | 101101 | 11000 | 111101 | 11010 | 111101 | 0 | 1001100 | 100010010 | 101100 | 10001 |
Color Harmonies of #2D183D
Complementary color
Monochromatic Colors of #2D183D
Black with #2D183D
Text Example
Text Example
White with #2D183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D183D; }
p { color: rgb(45,24,61); }
H1.HeaderClassName
{
color: #2D183D;
}
.AnyTagClassName
{
color: #2D183D;
}
</style>
background-color css
<style>
a { background-color: #2D183D; }
a { background-color: rgb(45,24,61); }
div.DivClassName
{
background-color: #2D183D;
}
.BgClassName
{
background-color: #2D183D;
}
</style>
border-color css
<style>
span { border-color: #2D183D; }
span { border-color: rgb(45,24,61); }
td.TdClassName
{
border-color: #2D183D;
}
.TagClassName
{
border-color: #2D183D;
}
</style>