Shades of Blackcurrant #340D44
Tints of Blackcurrant #340D44
RGB
CMYK
RGB Variations
Color information
#340D44 (or 0x340D44) is known color: Blackcurrant. HEX triplet: 34, 0D and 44. RGB value is (52,13,68). Sum of RGB (Red+Green+Blue) = 52+13+68=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #340D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D44 is #CBF2BB. Grayscale: #1E1E1E. Windows color (decimal): -13365948 or 4459828. OLE color: 4459828.
HSL color Cylindrical-coordinate representation of color #340D44: hue angle of 282.55º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340D44 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 13 | 68 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.73 |
| HSL | 282.55º | 0.68% | 0.16% | - |
| HSV(B) | 282.55º | 0.81% | 0.27% | - |
| XYZ | 2.6 | 1.44 | 5.61 | - |
| YUV | 30.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 68 | 0.24 | 0.81 | 0 | 0.73 | 282.55 | 0.68 | 0.16 |
| Hex | 34 | D | 44 | 18 | 51 | 0 | 49 | 11B | 44 | 10 |
| Octal | 64 | 15 | 104 | 30 | 121 | 0 | 111 | 433 | 104 | 20 |
| Binary | 110100 | 1101 | 1000100 | 11000 | 1010001 | 0 | 1001001 | 100011011 | 1000100 | 10000 |
Color Harmonies of #340D44
Complementary color
Monochromatic Colors of #340D44
Black with #340D44
Text Example
Text Example
White with #340D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D44; }
p { color: rgb(52,13,68); }
H1.HeaderClassName
{
color: #340D44;
}
.AnyTagClassName
{
color: #340D44;
}
</style>
background-color css
<style>
a { background-color: #340D44; }
a { background-color: rgb(52,13,68); }
div.DivClassName
{
background-color: #340D44;
}
.BgClassName
{
background-color: #340D44;
}
</style>
border-color css
<style>
span { border-color: #340D44; }
span { border-color: rgb(52,13,68); }
td.TdClassName
{
border-color: #340D44;
}
.TagClassName
{
border-color: #340D44;
}
</style>