Shades of Blackcurrant #340953
Tints of Blackcurrant #340953
RGB
CMYK
RGB Variations
Color information
#340953 (or 0x340953) is known color: Blackcurrant. HEX triplet: 34, 09 and 53. RGB value is (52,9,83). Sum of RGB (Red+Green+Blue) = 52+9+83=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #340953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340953 is #CBF6AC. Grayscale: #1E1E1E. Windows color (decimal): -13366957 or 5441844. OLE color: 5441844.
HSL color Cylindrical-coordinate representation of color #340953: hue angle of 274.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340953 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 9 | 83 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.67 |
| HSL | 274.86º | 0.8% | 0.18% | - |
| HSV(B) | 274.86º | 0.89% | 0.33% | - |
| XYZ | 3.08 | 1.55 | 8.32 | - |
| YUV | 30.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 83 | 0.37 | 0.89 | 0 | 0.67 | 274.86 | 0.8 | 0.18 |
| Hex | 34 | 9 | 53 | 25 | 59 | 0 | 43 | 113 | 50 | 12 |
| Octal | 64 | 11 | 123 | 45 | 131 | 0 | 103 | 423 | 120 | 22 |
| Binary | 110100 | 1001 | 1010011 | 100101 | 1011001 | 0 | 1000011 | 100010011 | 1010000 | 10010 |
Color Harmonies of #340953
Complementary color
Monochromatic Colors of #340953
Black with #340953
Text Example
Text Example
White with #340953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340953; }
p { color: rgb(52,9,83); }
H1.HeaderClassName
{
color: #340953;
}
.AnyTagClassName
{
color: #340953;
}
</style>
background-color css
<style>
a { background-color: #340953; }
a { background-color: rgb(52,9,83); }
div.DivClassName
{
background-color: #340953;
}
.BgClassName
{
background-color: #340953;
}
</style>
border-color css
<style>
span { border-color: #340953; }
span { border-color: rgb(52,9,83); }
td.TdClassName
{
border-color: #340953;
}
.TagClassName
{
border-color: #340953;
}
</style>