Shades of Blackcurrant #2D0054
Tints of Blackcurrant #2D0054
RGB
CMYK
RGB Variations
Color information
#2D0054 (or 0x2D0054) is known color: Blackcurrant. HEX triplet: 2D, 00 and 54. RGB value is (45,0,84). Sum of RGB (Red+Green+Blue) = 45+0+84=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D0054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0054 is #D2FFAB. Grayscale: #161616. Windows color (decimal): -13828012 or 5505069. OLE color: 5505069.
HSL color Cylindrical-coordinate representation of color #2D0054: hue angle of 272.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0054 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 0 | 84 | - |
| CMYK | 0.46 | 1 | 0 | 0.67 |
| HSL | 272.14º | 1% | 0.16% | - |
| HSV(B) | 272.14º | 1% | 0.33% | - |
| XYZ | 2.68 | 1.2 | 8.48 | - |
| YUV | 23.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 84 | 0.46 | 1 | 0 | 0.67 | 272.14 | 1 | 0.16 |
| Hex | 2D | 0 | 54 | 2E | 64 | 0 | 43 | 110 | 64 | 10 |
| Octal | 55 | 0 | 124 | 56 | 144 | 0 | 103 | 420 | 144 | 20 |
| Binary | 101101 | 0 | 1010100 | 101110 | 1100100 | 0 | 1000011 | 100010000 | 1100100 | 10000 |
Color Harmonies of #2D0054
Complementary color
Monochromatic Colors of #2D0054
Black with #2D0054
Text Example
Text Example
White with #2D0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0054; }
p { color: rgb(45,0,84); }
H1.HeaderClassName
{
color: #2D0054;
}
.AnyTagClassName
{
color: #2D0054;
}
</style>
background-color css
<style>
a { background-color: #2D0054; }
a { background-color: rgb(45,0,84); }
div.DivClassName
{
background-color: #2D0054;
}
.BgClassName
{
background-color: #2D0054;
}
</style>
border-color css
<style>
span { border-color: #2D0054; }
span { border-color: rgb(45,0,84); }
td.TdClassName
{
border-color: #2D0054;
}
.TagClassName
{
border-color: #2D0054;
}
</style>