Shades of Blackcurrant #34124C
Tints of Blackcurrant #34124C
RGB
CMYK
RGB Variations
Color information
#34124C (or 0x34124C) is known color: Blackcurrant. HEX triplet: 34, 12 and 4C. RGB value is (52,18,76). Sum of RGB (Red+Green+Blue) = 52+18+76=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #34124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34124C is #CBEDB3. Grayscale: #222222. Windows color (decimal): -13364660 or 4985396. OLE color: 4985396.
HSL color Cylindrical-coordinate representation of color #34124C: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34124C is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 18 | 76 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.70 |
| HSL | 275.17º | 0.62% | 0.18% | - |
| HSV(B) | 275.17º | 0.76% | 0.3% | - |
| XYZ | 2.94 | 1.68 | 7.01 | - |
| YUV | 34.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 76 | 0.32 | 0.76 | 0 | 0.70 | 275.17 | 0.62 | 0.18 |
| Hex | 34 | 12 | 4C | 20 | 4C | 0 | 46 | 113 | 3E | 12 |
| Octal | 64 | 22 | 114 | 40 | 114 | 0 | 106 | 423 | 76 | 22 |
| Binary | 110100 | 10010 | 1001100 | 100000 | 1001100 | 0 | 1000110 | 100010011 | 111110 | 10010 |
Color Harmonies of #34124C
Complementary color
Monochromatic Colors of #34124C
Black with #34124C
Text Example
Text Example
White with #34124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34124C; }
p { color: rgb(52,18,76); }
H1.HeaderClassName
{
color: #34124C;
}
.AnyTagClassName
{
color: #34124C;
}
</style>
background-color css
<style>
a { background-color: #34124C; }
a { background-color: rgb(52,18,76); }
div.DivClassName
{
background-color: #34124C;
}
.BgClassName
{
background-color: #34124C;
}
</style>
border-color css
<style>
span { border-color: #34124C; }
span { border-color: rgb(52,18,76); }
td.TdClassName
{
border-color: #34124C;
}
.TagClassName
{
border-color: #34124C;
}
</style>