Shades of Blackcurrant #34043C
Tints of Blackcurrant #34043C
RGB
CMYK
RGB Variations
Color information
#34043C (or 0x34043C) is known color: Blackcurrant. HEX triplet: 34, 04 and 3C. RGB value is (52,4,60). Sum of RGB (Red+Green+Blue) = 52+4+60=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #34043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043C is #CBFBC3. Grayscale: #181818. Windows color (decimal): -13368260 or 3933236. OLE color: 3933236.
HSL color Cylindrical-coordinate representation of color #34043C: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34043C is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 4 | 60 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.76 |
| HSL | 291.43º | 0.88% | 0.13% | - |
| HSV(B) | 291.43º | 0.93% | 0.24% | - |
| XYZ | 2.28 | 1.14 | 4.38 | - |
| YUV | 24.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 60 | 0.13 | 0.93 | 0 | 0.76 | 291.43 | 0.88 | 0.13 |
| Hex | 34 | 4 | 3C | D | 5D | 0 | 4C | 123 | 58 | D |
| Octal | 64 | 4 | 74 | 15 | 135 | 0 | 114 | 443 | 130 | 15 |
| Binary | 110100 | 100 | 111100 | 1101 | 1011101 | 0 | 1001100 | 100100011 | 1011000 | 1101 |
Color Harmonies of #34043C
Complementary color
Monochromatic Colors of #34043C
Black with #34043C
Text Example
Text Example
White with #34043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34043C; }
p { color: rgb(52,4,60); }
H1.HeaderClassName
{
color: #34043C;
}
.AnyTagClassName
{
color: #34043C;
}
</style>
background-color css
<style>
a { background-color: #34043C; }
a { background-color: rgb(52,4,60); }
div.DivClassName
{
background-color: #34043C;
}
.BgClassName
{
background-color: #34043C;
}
</style>
border-color css
<style>
span { border-color: #34043C; }
span { border-color: rgb(52,4,60); }
td.TdClassName
{
border-color: #34043C;
}
.TagClassName
{
border-color: #34043C;
}
</style>