Shades of Blackcurrant #34014C
Tints of Blackcurrant #34014C
RGB
CMYK
RGB Variations
Color information
#34014C (or 0x34014C) is known color: Blackcurrant. HEX triplet: 34, 01 and 4C. RGB value is (52,1,76). Sum of RGB (Red+Green+Blue) = 52+1+76=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #34014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34014C is #CBFEB3. Grayscale: #181818. Windows color (decimal): -13369012 or 4981044. OLE color: 4981044.
HSL color Cylindrical-coordinate representation of color #34014C: hue angle of 280.8º 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 #34014C is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 1 | 76 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.70 |
| HSL | 280.8º | 0.97% | 0.15% | - |
| HSV(B) | 280.8º | 0.99% | 0.3% | - |
| XYZ | 2.73 | 1.27 | 6.94 | - |
| YUV | 24.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 76 | 0.32 | 0.99 | 0 | 0.70 | 280.8 | 0.97 | 0.15 |
| Hex | 34 | 1 | 4C | 20 | 63 | 0 | 46 | 119 | 61 | F |
| Octal | 64 | 1 | 114 | 40 | 143 | 0 | 106 | 431 | 141 | 17 |
| Binary | 110100 | 1 | 1001100 | 100000 | 1100011 | 0 | 1000110 | 100011001 | 1100001 | 1111 |
Color Harmonies of #34014C
Complementary color
Monochromatic Colors of #34014C
Black with #34014C
Text Example
Text Example
White with #34014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34014C; }
p { color: rgb(52,1,76); }
H1.HeaderClassName
{
color: #34014C;
}
.AnyTagClassName
{
color: #34014C;
}
</style>
background-color css
<style>
a { background-color: #34014C; }
a { background-color: rgb(52,1,76); }
div.DivClassName
{
background-color: #34014C;
}
.BgClassName
{
background-color: #34014C;
}
</style>
border-color css
<style>
span { border-color: #34014C; }
span { border-color: rgb(52,1,76); }
td.TdClassName
{
border-color: #34014C;
}
.TagClassName
{
border-color: #34014C;
}
</style>