Shades of Blackcurrant #340053
Tints of Blackcurrant #340053
RGB
CMYK
RGB Variations
Color information
#340053 (or 0x340053) is known color: Blackcurrant. HEX triplet: 34, 00 and 53. RGB value is (52,0,83). Sum of RGB (Red+Green+Blue) = 52+0+83=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #340053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340053 is #CBFFAC. Grayscale: #181818. Windows color (decimal): -13369261 or 5439540. OLE color: 5439540.
HSL color Cylindrical-coordinate representation of color #340053: hue angle of 277.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340053 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 0 | 83 | - |
| CMYK | 0.37 | 1 | 0 | 0.67 |
| HSL | 277.59º | 1% | 0.16% | - |
| HSV(B) | 277.59º | 1% | 0.33% | - |
| XYZ | 2.98 | 1.35 | 8.29 | - |
| YUV | 25.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 83 | 0.37 | 1 | 0 | 0.67 | 277.59 | 1 | 0.16 |
| Hex | 34 | 0 | 53 | 25 | 64 | 0 | 43 | 116 | 64 | 10 |
| Octal | 64 | 0 | 123 | 45 | 144 | 0 | 103 | 426 | 144 | 20 |
| Binary | 110100 | 0 | 1010011 | 100101 | 1100100 | 0 | 1000011 | 100010110 | 1100100 | 10000 |
Color Harmonies of #340053
Complementary color
Monochromatic Colors of #340053
Black with #340053
Text Example
Text Example
White with #340053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340053; }
p { color: rgb(52,0,83); }
H1.HeaderClassName
{
color: #340053;
}
.AnyTagClassName
{
color: #340053;
}
</style>
background-color css
<style>
a { background-color: #340053; }
a { background-color: rgb(52,0,83); }
div.DivClassName
{
background-color: #340053;
}
.BgClassName
{
background-color: #340053;
}
</style>
border-color css
<style>
span { border-color: #340053; }
span { border-color: rgb(52,0,83); }
td.TdClassName
{
border-color: #340053;
}
.TagClassName
{
border-color: #340053;
}
</style>