Shades of Blackcurrant #2D1843
Tints of Blackcurrant #2D1843
RGB
CMYK
RGB Variations
Color information
#2D1843 (or 0x2D1843) is known color: Blackcurrant. HEX triplet: 2D, 18 and 43. RGB value is (45,24,67). Sum of RGB (Red+Green+Blue) = 45+24+67=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D1843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1843 is #D2E7BC. Grayscale: #232323. Windows color (decimal): -13821885 or 4397101. OLE color: 4397101.
HSL color Cylindrical-coordinate representation of color #2D1843: hue angle of 269.3º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D1843 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 24 | 67 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.74 |
| HSL | 269.3º | 0.47% | 0.18% | - |
| HSV(B) | 269.3º | 0.64% | 0.26% | - |
| XYZ | 2.42 | 1.62 | 5.49 | - |
| YUV | 35.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 67 | 0.33 | 0.64 | 0 | 0.74 | 269.3 | 0.47 | 0.18 |
| Hex | 2D | 18 | 43 | 21 | 40 | 0 | 4A | 10D | 2F | 12 |
| Octal | 55 | 30 | 103 | 41 | 100 | 0 | 112 | 415 | 57 | 22 |
| Binary | 101101 | 11000 | 1000011 | 100001 | 1000000 | 0 | 1001010 | 100001101 | 101111 | 10010 |
Color Harmonies of #2D1843
Complementary color
Monochromatic Colors of #2D1843
Black with #2D1843
Text Example
Text Example
White with #2D1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1843; }
p { color: rgb(45,24,67); }
H1.HeaderClassName
{
color: #2D1843;
}
.AnyTagClassName
{
color: #2D1843;
}
</style>
background-color css
<style>
a { background-color: #2D1843; }
a { background-color: rgb(45,24,67); }
div.DivClassName
{
background-color: #2D1843;
}
.BgClassName
{
background-color: #2D1843;
}
</style>
border-color css
<style>
span { border-color: #2D1843; }
span { border-color: rgb(45,24,67); }
td.TdClassName
{
border-color: #2D1843;
}
.TagClassName
{
border-color: #2D1843;
}
</style>