Shades of Blackcurrant #34193E
Tints of Blackcurrant #34193E
RGB
CMYK
RGB Variations
Color information
#34193E (or 0x34193E) is known color: Blackcurrant. HEX triplet: 34, 19 and 3E. RGB value is (52,25,62). Sum of RGB (Red+Green+Blue) = 52+25+62=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #34193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34193E is #CBE6C1. Grayscale: #252525. Windows color (decimal): -13362882 or 4069684. OLE color: 4069684.
HSL color Cylindrical-coordinate representation of color #34193E: hue angle of 283.78º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34193E is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 25 | 62 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.76 |
| HSL | 283.78º | 0.43% | 0.17% | - |
| HSV(B) | 283.78º | 0.6% | 0.24% | - |
| XYZ | 2.63 | 1.77 | 4.76 | - |
| YUV | 37.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 62 | 0.16 | 0.60 | 0 | 0.76 | 283.78 | 0.43 | 0.17 |
| Hex | 34 | 19 | 3E | 10 | 3C | 0 | 4C | 11C | 2B | 11 |
| Octal | 64 | 31 | 76 | 20 | 74 | 0 | 114 | 434 | 53 | 21 |
| Binary | 110100 | 11001 | 111110 | 10000 | 111100 | 0 | 1001100 | 100011100 | 101011 | 10001 |
Color Harmonies of #34193E
Complementary color
Monochromatic Colors of #34193E
Black with #34193E
Text Example
Text Example
White with #34193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34193E; }
p { color: rgb(52,25,62); }
H1.HeaderClassName
{
color: #34193E;
}
.AnyTagClassName
{
color: #34193E;
}
</style>
background-color css
<style>
a { background-color: #34193E; }
a { background-color: rgb(52,25,62); }
div.DivClassName
{
background-color: #34193E;
}
.BgClassName
{
background-color: #34193E;
}
</style>
border-color css
<style>
span { border-color: #34193E; }
span { border-color: rgb(52,25,62); }
td.TdClassName
{
border-color: #34193E;
}
.TagClassName
{
border-color: #34193E;
}
</style>