Shades of Blackcurrant #2D183F
Tints of Blackcurrant #2D183F
RGB
CMYK
RGB Variations
Color information
#2D183F (or 0x2D183F) is known color: Blackcurrant. HEX triplet: 2D, 18 and 3F. RGB value is (45,24,63). Sum of RGB (Red+Green+Blue) = 45+24+63=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D183F is #D2E7C0. Grayscale: #222222. Windows color (decimal): -13821889 or 4134957. OLE color: 4134957.
HSL color Cylindrical-coordinate representation of color #2D183F: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D183F is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 24 | 63 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.75 |
| HSL | 272.31º | 0.45% | 0.17% | - |
| HSV(B) | 272.31º | 0.62% | 0.25% | - |
| XYZ | 2.31 | 1.57 | 4.88 | - |
| YUV | 34.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 63 | 0.29 | 0.62 | 0 | 0.75 | 272.31 | 0.45 | 0.17 |
| Hex | 2D | 18 | 3F | 1D | 3E | 0 | 4B | 110 | 2D | 11 |
| Octal | 55 | 30 | 77 | 35 | 76 | 0 | 113 | 420 | 55 | 21 |
| Binary | 101101 | 11000 | 111111 | 11101 | 111110 | 0 | 1001011 | 100010000 | 101101 | 10001 |
Color Harmonies of #2D183F
Complementary color
Monochromatic Colors of #2D183F
Black with #2D183F
Text Example
Text Example
White with #2D183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D183F; }
p { color: rgb(45,24,63); }
H1.HeaderClassName
{
color: #2D183F;
}
.AnyTagClassName
{
color: #2D183F;
}
</style>
background-color css
<style>
a { background-color: #2D183F; }
a { background-color: rgb(45,24,63); }
div.DivClassName
{
background-color: #2D183F;
}
.BgClassName
{
background-color: #2D183F;
}
</style>
border-color css
<style>
span { border-color: #2D183F; }
span { border-color: rgb(45,24,63); }
td.TdClassName
{
border-color: #2D183F;
}
.TagClassName
{
border-color: #2D183F;
}
</style>