Shades of Blackcurrant #2D0153
Tints of Blackcurrant #2D0153
RGB
CMYK
RGB Variations
Color information
#2D0153 (or 0x2D0153) is known color: Blackcurrant. HEX triplet: 2D, 01 and 53. RGB value is (45,1,83). Sum of RGB (Red+Green+Blue) = 45+1+83=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0153 is #D2FEAC. Grayscale: #171717. Windows color (decimal): -13827757 or 5439789. OLE color: 5439789.
HSL color Cylindrical-coordinate representation of color #2D0153: hue angle of 272.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0153 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 1 | 83 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.67 |
| HSL | 272.2º | 0.98% | 0.16% | - |
| HSV(B) | 272.2º | 0.99% | 0.33% | - |
| XYZ | 2.65 | 1.2 | 8.28 | - |
| YUV | 23.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 83 | 0.46 | 0.99 | 0 | 0.67 | 272.2 | 0.98 | 0.16 |
| Hex | 2D | 1 | 53 | 2E | 63 | 0 | 43 | 110 | 62 | 10 |
| Octal | 55 | 1 | 123 | 56 | 143 | 0 | 103 | 420 | 142 | 20 |
| Binary | 101101 | 1 | 1010011 | 101110 | 1100011 | 0 | 1000011 | 100010000 | 1100010 | 10000 |
Color Harmonies of #2D0153
Complementary color
Monochromatic Colors of #2D0153
Black with #2D0153
Text Example
Text Example
White with #2D0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0153; }
p { color: rgb(45,1,83); }
H1.HeaderClassName
{
color: #2D0153;
}
.AnyTagClassName
{
color: #2D0153;
}
</style>
background-color css
<style>
a { background-color: #2D0153; }
a { background-color: rgb(45,1,83); }
div.DivClassName
{
background-color: #2D0153;
}
.BgClassName
{
background-color: #2D0153;
}
</style>
border-color css
<style>
span { border-color: #2D0153; }
span { border-color: rgb(45,1,83); }
td.TdClassName
{
border-color: #2D0153;
}
.TagClassName
{
border-color: #2D0153;
}
</style>