Shades of Blackcurrant #2D084B
Tints of Blackcurrant #2D084B
RGB
CMYK
RGB Variations
Color information
#2D084B (or 0x2D084B) is known color: Blackcurrant. HEX triplet: 2D, 08 and 4B. RGB value is (45,8,75). Sum of RGB (Red+Green+Blue) = 45+8+75=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D084B is #D2F7B4. Grayscale: #1A1A1A. Windows color (decimal): -13825973 or 4917293. OLE color: 4917293.
HSL color Cylindrical-coordinate representation of color #2D084B: hue angle of 273.13º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D084B is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 8 | 75 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.71 |
| HSL | 273.13º | 0.81% | 0.16% | - |
| HSV(B) | 273.13º | 0.89% | 0.29% | - |
| XYZ | 2.44 | 1.24 | 6.77 | - |
| YUV | 26.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 75 | 0.40 | 0.89 | 0 | 0.71 | 273.13 | 0.81 | 0.16 |
| Hex | 2D | 8 | 4B | 28 | 59 | 0 | 47 | 111 | 51 | 10 |
| Octal | 55 | 10 | 113 | 50 | 131 | 0 | 107 | 421 | 121 | 20 |
| Binary | 101101 | 1000 | 1001011 | 101000 | 1011001 | 0 | 1000111 | 100010001 | 1010001 | 10000 |
Color Harmonies of #2D084B
Complementary color
Monochromatic Colors of #2D084B
Black with #2D084B
Text Example
Text Example
White with #2D084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D084B; }
p { color: rgb(45,8,75); }
H1.HeaderClassName
{
color: #2D084B;
}
.AnyTagClassName
{
color: #2D084B;
}
</style>
background-color css
<style>
a { background-color: #2D084B; }
a { background-color: rgb(45,8,75); }
div.DivClassName
{
background-color: #2D084B;
}
.BgClassName
{
background-color: #2D084B;
}
</style>
border-color css
<style>
span { border-color: #2D084B; }
span { border-color: rgb(45,8,75); }
td.TdClassName
{
border-color: #2D084B;
}
.TagClassName
{
border-color: #2D084B;
}
</style>