Shades of Blackcurrant #45004D
Tints of Blackcurrant #45004D
RGB
CMYK
RGB Variations
Color information
#45004D (or 0x45004D) is known color: Blackcurrant. HEX triplet: 45, 00 and 4D. RGB value is (69,0,77). Sum of RGB (Red+Green+Blue) = 69+0+77=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #45004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45004D is #BAFFB2. Grayscale: #1D1D1D. Windows color (decimal): -12255155 or 5046341. OLE color: 5046341.
HSL color Cylindrical-coordinate representation of color #45004D: hue angle of 293.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45004D is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 0 | 77 | - |
| CMYK | 0.10 | 1 | 0 | 0.70 |
| HSL | 293.77º | 1% | 0.15% | - |
| HSV(B) | 293.77º | 1% | 0.3% | - |
| XYZ | 3.79 | 1.8 | 7.17 | - |
| YUV | 29.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 77 | 0.10 | 1 | 0 | 0.70 | 293.77 | 1 | 0.15 |
| Hex | 45 | 0 | 4D | A | 64 | 0 | 46 | 126 | 64 | F |
| Octal | 105 | 0 | 115 | 12 | 144 | 0 | 106 | 446 | 144 | 17 |
| Binary | 1000101 | 0 | 1001101 | 1010 | 1100100 | 0 | 1000110 | 100100110 | 1100100 | 1111 |
Color Harmonies of #45004D
Complementary color
Monochromatic Colors of #45004D
Black with #45004D
Text Example
Text Example
White with #45004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45004D; }
p { color: rgb(69,0,77); }
H1.HeaderClassName
{
color: #45004D;
}
.AnyTagClassName
{
color: #45004D;
}
</style>
background-color css
<style>
a { background-color: #45004D; }
a { background-color: rgb(69,0,77); }
div.DivClassName
{
background-color: #45004D;
}
.BgClassName
{
background-color: #45004D;
}
</style>
border-color css
<style>
span { border-color: #45004D; }
span { border-color: rgb(69,0,77); }
td.TdClassName
{
border-color: #45004D;
}
.TagClassName
{
border-color: #45004D;
}
</style>