Shades of Blackcurrant #34043D
Tints of Blackcurrant #34043D
RGB
CMYK
RGB Variations
Color information
#34043D (or 0x34043D) is known color: Blackcurrant. HEX triplet: 34, 04 and 3D. RGB value is (52,4,61). Sum of RGB (Red+Green+Blue) = 52+4+61=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #34043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043D is #CBFBC2. Grayscale: #181818. Windows color (decimal): -13368259 or 3998772. OLE color: 3998772.
HSL color Cylindrical-coordinate representation of color #34043D: hue angle of 290.53º 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 #34043D is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 4 | 61 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.76 |
| HSL | 290.53º | 0.88% | 0.13% | - |
| HSV(B) | 290.53º | 0.93% | 0.24% | - |
| XYZ | 2.3 | 1.15 | 4.52 | - |
| YUV | 24.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 61 | 0.15 | 0.93 | 0 | 0.76 | 290.53 | 0.88 | 0.13 |
| Hex | 34 | 4 | 3D | F | 5D | 0 | 4C | 123 | 58 | D |
| Octal | 64 | 4 | 75 | 17 | 135 | 0 | 114 | 443 | 130 | 15 |
| Binary | 110100 | 100 | 111101 | 1111 | 1011101 | 0 | 1001100 | 100100011 | 1011000 | 1101 |
Color Harmonies of #34043D
Complementary color
Monochromatic Colors of #34043D
Black with #34043D
Text Example
Text Example
White with #34043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34043D; }
p { color: rgb(52,4,61); }
H1.HeaderClassName
{
color: #34043D;
}
.AnyTagClassName
{
color: #34043D;
}
</style>
background-color css
<style>
a { background-color: #34043D; }
a { background-color: rgb(52,4,61); }
div.DivClassName
{
background-color: #34043D;
}
.BgClassName
{
background-color: #34043D;
}
</style>
border-color css
<style>
span { border-color: #34043D; }
span { border-color: rgb(52,4,61); }
td.TdClassName
{
border-color: #34043D;
}
.TagClassName
{
border-color: #34043D;
}
</style>