Shades of Blackcurrant #34134E
Tints of Blackcurrant #34134E
RGB
CMYK
RGB Variations
Color information
#34134E (or 0x34134E) is known color: Blackcurrant. HEX triplet: 34, 13 and 4E. RGB value is (52,19,78). Sum of RGB (Red+Green+Blue) = 52+19+78=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #34134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34134E is #CBECB1. Grayscale: #232323. Windows color (decimal): -13364402 or 5116724. OLE color: 5116724.
HSL color Cylindrical-coordinate representation of color #34134E: hue angle of 273.56º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34134E is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 19 | 78 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.69 |
| HSL | 273.56º | 0.61% | 0.19% | - |
| HSV(B) | 273.56º | 0.76% | 0.31% | - |
| XYZ | 3.02 | 1.75 | 7.39 | - |
| YUV | 35.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 78 | 0.33 | 0.76 | 0 | 0.69 | 273.56 | 0.61 | 0.19 |
| Hex | 34 | 13 | 4E | 21 | 4C | 0 | 45 | 112 | 3D | 13 |
| Octal | 64 | 23 | 116 | 41 | 114 | 0 | 105 | 422 | 75 | 23 |
| Binary | 110100 | 10011 | 1001110 | 100001 | 1001100 | 0 | 1000101 | 100010010 | 111101 | 10011 |
Color Harmonies of #34134E
Complementary color
Monochromatic Colors of #34134E
Black with #34134E
Text Example
Text Example
White with #34134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34134E; }
p { color: rgb(52,19,78); }
H1.HeaderClassName
{
color: #34134E;
}
.AnyTagClassName
{
color: #34134E;
}
</style>
background-color css
<style>
a { background-color: #34134E; }
a { background-color: rgb(52,19,78); }
div.DivClassName
{
background-color: #34134E;
}
.BgClassName
{
background-color: #34134E;
}
</style>
border-color css
<style>
span { border-color: #34134E; }
span { border-color: rgb(52,19,78); }
td.TdClassName
{
border-color: #34134E;
}
.TagClassName
{
border-color: #34134E;
}
</style>