Shades of Blackcurrant #45014D
Tints of Blackcurrant #45014D
RGB
CMYK
RGB Variations
Color information
#45014D (or 0x45014D) is known color: Blackcurrant. HEX triplet: 45, 01 and 4D. RGB value is (69,1,77). Sum of RGB (Red+Green+Blue) = 69+1+77=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #45014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45014D is #BAFEB2. Grayscale: #1D1D1D. Windows color (decimal): -12254899 or 5046597. OLE color: 5046597.
HSL color Cylindrical-coordinate representation of color #45014D: hue angle of 293.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45014D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 1 | 77 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.70 |
| HSL | 293.68º | 0.97% | 0.15% | - |
| HSV(B) | 293.68º | 0.99% | 0.3% | - |
| XYZ | 3.8 | 1.82 | 7.17 | - |
| YUV | 30 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 77 | 0.10 | 0.99 | 0 | 0.70 | 293.68 | 0.97 | 0.15 |
| Hex | 45 | 1 | 4D | A | 63 | 0 | 46 | 126 | 61 | F |
| Octal | 105 | 1 | 115 | 12 | 143 | 0 | 106 | 446 | 141 | 17 |
| Binary | 1000101 | 1 | 1001101 | 1010 | 1100011 | 0 | 1000110 | 100100110 | 1100001 | 1111 |
Color Harmonies of #45014D
Complementary color
Monochromatic Colors of #45014D
Black with #45014D
Text Example
Text Example
White with #45014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45014D; }
p { color: rgb(69,1,77); }
H1.HeaderClassName
{
color: #45014D;
}
.AnyTagClassName
{
color: #45014D;
}
</style>
background-color css
<style>
a { background-color: #45014D; }
a { background-color: rgb(69,1,77); }
div.DivClassName
{
background-color: #45014D;
}
.BgClassName
{
background-color: #45014D;
}
</style>
border-color css
<style>
span { border-color: #45014D; }
span { border-color: rgb(69,1,77); }
td.TdClassName
{
border-color: #45014D;
}
.TagClassName
{
border-color: #45014D;
}
</style>