Shades of Blackcurrant #2D084C
Tints of Blackcurrant #2D084C
RGB
CMYK
RGB Variations
Color information
#2D084C (or 0x2D084C) is known color: Blackcurrant. HEX triplet: 2D, 08 and 4C. RGB value is (45,8,76). Sum of RGB (Red+Green+Blue) = 45+8+76=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D084C is #D2F7B3. Grayscale: #1A1A1A. Windows color (decimal): -13825972 or 4982829. OLE color: 4982829.
HSL color Cylindrical-coordinate representation of color #2D084C: hue angle of 272.65º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D084C is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 8 | 76 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.70 |
| HSL | 272.65º | 0.81% | 0.16% | - |
| HSV(B) | 272.65º | 0.89% | 0.3% | - |
| XYZ | 2.47 | 1.25 | 6.95 | - |
| YUV | 26.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 76 | 0.41 | 0.89 | 0 | 0.70 | 272.65 | 0.81 | 0.16 |
| Hex | 2D | 8 | 4C | 29 | 59 | 0 | 46 | 111 | 51 | 10 |
| Octal | 55 | 10 | 114 | 51 | 131 | 0 | 106 | 421 | 121 | 20 |
| Binary | 101101 | 1000 | 1001100 | 101001 | 1011001 | 0 | 1000110 | 100010001 | 1010001 | 10000 |
Color Harmonies of #2D084C
Complementary color
Monochromatic Colors of #2D084C
Black with #2D084C
Text Example
Text Example
White with #2D084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D084C; }
p { color: rgb(45,8,76); }
H1.HeaderClassName
{
color: #2D084C;
}
.AnyTagClassName
{
color: #2D084C;
}
</style>
background-color css
<style>
a { background-color: #2D084C; }
a { background-color: rgb(45,8,76); }
div.DivClassName
{
background-color: #2D084C;
}
.BgClassName
{
background-color: #2D084C;
}
</style>
border-color css
<style>
span { border-color: #2D084C; }
span { border-color: rgb(45,8,76); }
td.TdClassName
{
border-color: #2D084C;
}
.TagClassName
{
border-color: #2D084C;
}
</style>