Shades of Blackcurrant #2D053C
Tints of Blackcurrant #2D053C
RGB
CMYK
RGB Variations
Color information
#2D053C (or 0x2D053C) is known color: Blackcurrant. HEX triplet: 2D, 05 and 3C. RGB value is (45,5,60). Sum of RGB (Red+Green+Blue) = 45+5+60=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D053C is #D2FAC3. Grayscale: #171717. Windows color (decimal): -13826756 or 3933485. OLE color: 3933485.
HSL color Cylindrical-coordinate representation of color #2D053C: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D053C is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 5 | 60 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.76 |
| HSL | 283.64º | 0.85% | 0.13% | - |
| HSV(B) | 283.64º | 0.92% | 0.24% | - |
| XYZ | 1.95 | 0.99 | 4.36 | - |
| YUV | 23.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 60 | 0.25 | 0.92 | 0 | 0.76 | 283.64 | 0.85 | 0.13 |
| Hex | 2D | 5 | 3C | 19 | 5C | 0 | 4C | 11C | 55 | D |
| Octal | 55 | 5 | 74 | 31 | 134 | 0 | 114 | 434 | 125 | 15 |
| Binary | 101101 | 101 | 111100 | 11001 | 1011100 | 0 | 1001100 | 100011100 | 1010101 | 1101 |
Color Harmonies of #2D053C
Complementary color
Monochromatic Colors of #2D053C
Black with #2D053C
Text Example
Text Example
White with #2D053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D053C; }
p { color: rgb(45,5,60); }
H1.HeaderClassName
{
color: #2D053C;
}
.AnyTagClassName
{
color: #2D053C;
}
</style>
background-color css
<style>
a { background-color: #2D053C; }
a { background-color: rgb(45,5,60); }
div.DivClassName
{
background-color: #2D053C;
}
.BgClassName
{
background-color: #2D053C;
}
</style>
border-color css
<style>
span { border-color: #2D053C; }
span { border-color: rgb(45,5,60); }
td.TdClassName
{
border-color: #2D053C;
}
.TagClassName
{
border-color: #2D053C;
}
</style>