Shades of Blackcurrant #2D153F
Tints of Blackcurrant #2D153F
RGB
CMYK
RGB Variations
Color information
#2D153F (or 0x2D153F) is known color: Blackcurrant. HEX triplet: 2D, 15 and 3F. RGB value is (45,21,63). Sum of RGB (Red+Green+Blue) = 45+21+63=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D153F is #D2EAC0. Grayscale: #202020. Windows color (decimal): -13822657 or 4134189. OLE color: 4134189.
HSL color Cylindrical-coordinate representation of color #2D153F: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D153F is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 21 | 63 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.75 |
| HSL | 274.29º | 0.5% | 0.16% | - |
| HSV(B) | 274.29º | 0.67% | 0.25% | - |
| XYZ | 2.25 | 1.45 | 4.86 | - |
| YUV | 32.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 63 | 0.29 | 0.67 | 0 | 0.75 | 274.29 | 0.5 | 0.16 |
| Hex | 2D | 15 | 3F | 1D | 43 | 0 | 4B | 112 | 32 | 10 |
| Octal | 55 | 25 | 77 | 35 | 103 | 0 | 113 | 422 | 62 | 20 |
| Binary | 101101 | 10101 | 111111 | 11101 | 1000011 | 0 | 1001011 | 100010010 | 110010 | 10000 |
Color Harmonies of #2D153F
Complementary color
Monochromatic Colors of #2D153F
Black with #2D153F
Text Example
Text Example
White with #2D153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D153F; }
p { color: rgb(45,21,63); }
H1.HeaderClassName
{
color: #2D153F;
}
.AnyTagClassName
{
color: #2D153F;
}
</style>
background-color css
<style>
a { background-color: #2D153F; }
a { background-color: rgb(45,21,63); }
div.DivClassName
{
background-color: #2D153F;
}
.BgClassName
{
background-color: #2D153F;
}
</style>
border-color css
<style>
span { border-color: #2D153F; }
span { border-color: rgb(45,21,63); }
td.TdClassName
{
border-color: #2D153F;
}
.TagClassName
{
border-color: #2D153F;
}
</style>