Shades of Blackcurrant #45064D
Tints of Blackcurrant #45064D
RGB
CMYK
RGB Variations
Color information
#45064D (or 0x45064D) is known color: Blackcurrant. HEX triplet: 45, 06 and 4D. RGB value is (69,6,77). Sum of RGB (Red+Green+Blue) = 69+6+77=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #45064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45064D is #BAF9B2. Grayscale: #202020. Windows color (decimal): -12253619 or 5047877. OLE color: 5047877.
HSL color Cylindrical-coordinate representation of color #45064D: hue angle of 293.24º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45064D is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 6 | 77 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.70 |
| HSL | 293.24º | 0.86% | 0.16% | - |
| HSV(B) | 293.24º | 0.92% | 0.3% | - |
| XYZ | 3.86 | 1.93 | 7.19 | - |
| YUV | 32.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 77 | 0.10 | 0.92 | 0 | 0.70 | 293.24 | 0.86 | 0.16 |
| Hex | 45 | 6 | 4D | A | 5C | 0 | 46 | 125 | 56 | 10 |
| Octal | 105 | 6 | 115 | 12 | 134 | 0 | 106 | 445 | 126 | 20 |
| Binary | 1000101 | 110 | 1001101 | 1010 | 1011100 | 0 | 1000110 | 100100101 | 1010110 | 10000 |
Color Harmonies of #45064D
Complementary color
Monochromatic Colors of #45064D
Black with #45064D
Text Example
Text Example
White with #45064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45064D; }
p { color: rgb(69,6,77); }
H1.HeaderClassName
{
color: #45064D;
}
.AnyTagClassName
{
color: #45064D;
}
</style>
background-color css
<style>
a { background-color: #45064D; }
a { background-color: rgb(69,6,77); }
div.DivClassName
{
background-color: #45064D;
}
.BgClassName
{
background-color: #45064D;
}
</style>
border-color css
<style>
span { border-color: #45064D; }
span { border-color: rgb(69,6,77); }
td.TdClassName
{
border-color: #45064D;
}
.TagClassName
{
border-color: #45064D;
}
</style>