Shades of Blackcurrant #34144E
Tints of Blackcurrant #34144E
RGB
CMYK
RGB Variations
Color information
#34144E (or 0x34144E) is known color: Blackcurrant. HEX triplet: 34, 14 and 4E. RGB value is (52,20,78). Sum of RGB (Red+Green+Blue) = 52+20+78=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #34144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34144E is #CBEBB1. Grayscale: #232323. Windows color (decimal): -13364146 or 5116980. OLE color: 5116980.
HSL color Cylindrical-coordinate representation of color #34144E: hue angle of 273.1º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34144E is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 20 | 78 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.69 |
| HSL | 273.1º | 0.59% | 0.19% | - |
| HSV(B) | 273.1º | 0.74% | 0.31% | - |
| XYZ | 3.04 | 1.78 | 7.39 | - |
| YUV | 36.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 78 | 0.33 | 0.74 | 0 | 0.69 | 273.1 | 0.59 | 0.19 |
| Hex | 34 | 14 | 4E | 21 | 4A | 0 | 45 | 111 | 3B | 13 |
| Octal | 64 | 24 | 116 | 41 | 112 | 0 | 105 | 421 | 73 | 23 |
| Binary | 110100 | 10100 | 1001110 | 100001 | 1001010 | 0 | 1000101 | 100010001 | 111011 | 10011 |
Color Harmonies of #34144E
Complementary color
Monochromatic Colors of #34144E
Black with #34144E
Text Example
Text Example
White with #34144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34144E; }
p { color: rgb(52,20,78); }
H1.HeaderClassName
{
color: #34144E;
}
.AnyTagClassName
{
color: #34144E;
}
</style>
background-color css
<style>
a { background-color: #34144E; }
a { background-color: rgb(52,20,78); }
div.DivClassName
{
background-color: #34144E;
}
.BgClassName
{
background-color: #34144E;
}
</style>
border-color css
<style>
span { border-color: #34144E; }
span { border-color: rgb(52,20,78); }
td.TdClassName
{
border-color: #34144E;
}
.TagClassName
{
border-color: #34144E;
}
</style>