Shades of Blackcurrant #34043A
Tints of Blackcurrant #34043A
RGB
CMYK
RGB Variations
Color information
#34043A (or 0x34043A) is known color: Blackcurrant. HEX triplet: 34, 04 and 3A. RGB value is (52,4,58). Sum of RGB (Red+Green+Blue) = 52+4+58=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #34043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043A is #CBFBC5. Grayscale: #181818. Windows color (decimal): -13368262 or 3802164. OLE color: 3802164.
HSL color Cylindrical-coordinate representation of color #34043A: hue angle of 293.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34043A is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 4 | 58 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.77 |
| HSL | 293.33º | 0.87% | 0.12% | - |
| HSV(B) | 293.33º | 0.93% | 0.23% | - |
| XYZ | 2.22 | 1.12 | 4.1 | - |
| YUV | 24.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 58 | 0.10 | 0.93 | 0 | 0.77 | 293.33 | 0.87 | 0.12 |
| Hex | 34 | 4 | 3A | A | 5D | 0 | 4D | 125 | 57 | C |
| Octal | 64 | 4 | 72 | 12 | 135 | 0 | 115 | 445 | 127 | 14 |
| Binary | 110100 | 100 | 111010 | 1010 | 1011101 | 0 | 1001101 | 100100101 | 1010111 | 1100 |
Color Harmonies of #34043A
Complementary color
Monochromatic Colors of #34043A
Black with #34043A
Text Example
Text Example
White with #34043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34043A; }
p { color: rgb(52,4,58); }
H1.HeaderClassName
{
color: #34043A;
}
.AnyTagClassName
{
color: #34043A;
}
</style>
background-color css
<style>
a { background-color: #34043A; }
a { background-color: rgb(52,4,58); }
div.DivClassName
{
background-color: #34043A;
}
.BgClassName
{
background-color: #34043A;
}
</style>
border-color css
<style>
span { border-color: #34043A; }
span { border-color: rgb(52,4,58); }
td.TdClassName
{
border-color: #34043A;
}
.TagClassName
{
border-color: #34043A;
}
</style>