Shades of Blackcurrant #45034C
Tints of Blackcurrant #45034C
RGB
CMYK
RGB Variations
Color information
#45034C (or 0x45034C) is known color: Blackcurrant. HEX triplet: 45, 03 and 4C. RGB value is (69,3,76). Sum of RGB (Red+Green+Blue) = 69+3+76=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #45034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45034C is #BAFCB3. Grayscale: #1E1E1E. Windows color (decimal): -12254388 or 4981573. OLE color: 4981573.
HSL color Cylindrical-coordinate representation of color #45034C: hue angle of 294.25º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45034C is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 3 | 76 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.70 |
| HSL | 294.25º | 0.92% | 0.15% | - |
| HSV(B) | 294.25º | 0.96% | 0.3% | - |
| XYZ | 3.79 | 1.85 | 7 | - |
| YUV | 31.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 76 | 0.09 | 0.96 | 0 | 0.70 | 294.25 | 0.92 | 0.15 |
| Hex | 45 | 3 | 4C | 9 | 60 | 0 | 46 | 126 | 5C | F |
| Octal | 105 | 3 | 114 | 11 | 140 | 0 | 106 | 446 | 134 | 17 |
| Binary | 1000101 | 11 | 1001100 | 1001 | 1100000 | 0 | 1000110 | 100100110 | 1011100 | 1111 |
Color Harmonies of #45034C
Complementary color
Monochromatic Colors of #45034C
Black with #45034C
Text Example
Text Example
White with #45034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45034C; }
p { color: rgb(69,3,76); }
H1.HeaderClassName
{
color: #45034C;
}
.AnyTagClassName
{
color: #45034C;
}
</style>
background-color css
<style>
a { background-color: #45034C; }
a { background-color: rgb(69,3,76); }
div.DivClassName
{
background-color: #45034C;
}
.BgClassName
{
background-color: #45034C;
}
</style>
border-color css
<style>
span { border-color: #45034C; }
span { border-color: rgb(69,3,76); }
td.TdClassName
{
border-color: #45034C;
}
.TagClassName
{
border-color: #45034C;
}
</style>