Shades of Blackcurrant #2D023D
Tints of Blackcurrant #2D023D
RGB
CMYK
RGB Variations
Color information
#2D023D (or 0x2D023D) is known color: Blackcurrant. HEX triplet: 2D, 02 and 3D. RGB value is (45,2,61). Sum of RGB (Red+Green+Blue) = 45+2+61=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D023D is #D2FDC2. Grayscale: #151515. Windows color (decimal): -13827523 or 3998253. OLE color: 3998253.
HSL color Cylindrical-coordinate representation of color #2D023D: hue angle of 283.73º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D023D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 2 | 61 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.76 |
| HSL | 283.73º | 0.94% | 0.12% | - |
| HSV(B) | 283.73º | 0.97% | 0.24% | - |
| XYZ | 1.95 | 0.94 | 4.49 | - |
| YUV | 21.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 61 | 0.26 | 0.97 | 0 | 0.76 | 283.73 | 0.94 | 0.12 |
| Hex | 2D | 2 | 3D | 1A | 61 | 0 | 4C | 11C | 5E | C |
| Octal | 55 | 2 | 75 | 32 | 141 | 0 | 114 | 434 | 136 | 14 |
| Binary | 101101 | 10 | 111101 | 11010 | 1100001 | 0 | 1001100 | 100011100 | 1011110 | 1100 |
Color Harmonies of #2D023D
Complementary color
Monochromatic Colors of #2D023D
Black with #2D023D
Text Example
Text Example
White with #2D023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D023D; }
p { color: rgb(45,2,61); }
H1.HeaderClassName
{
color: #2D023D;
}
.AnyTagClassName
{
color: #2D023D;
}
</style>
background-color css
<style>
a { background-color: #2D023D; }
a { background-color: rgb(45,2,61); }
div.DivClassName
{
background-color: #2D023D;
}
.BgClassName
{
background-color: #2D023D;
}
</style>
border-color css
<style>
span { border-color: #2D023D; }
span { border-color: rgb(45,2,61); }
td.TdClassName
{
border-color: #2D023D;
}
.TagClassName
{
border-color: #2D023D;
}
</style>