Shades of Blackcurrant #340C41
Tints of Blackcurrant #340C41
RGB
CMYK
RGB Variations
Color information
#340C41 (or 0x340C41) is known color: Blackcurrant. HEX triplet: 34, 0C and 41. RGB value is (52,12,65). Sum of RGB (Red+Green+Blue) = 52+12+65=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #340C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C41 is #CBF3BE. Grayscale: #1D1D1D. Windows color (decimal): -13366207 or 4262964. OLE color: 4262964.
HSL color Cylindrical-coordinate representation of color #340C41: hue angle of 285.28º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #340C41 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 12 | 65 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.75 |
| HSL | 285.28º | 0.69% | 0.15% | - |
| HSV(B) | 285.28º | 0.82% | 0.25% | - |
| XYZ | 2.5 | 1.37 | 5.13 | - |
| YUV | 30 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 65 | 0.20 | 0.82 | 0 | 0.75 | 285.28 | 0.69 | 0.15 |
| Hex | 34 | C | 41 | 14 | 52 | 0 | 4B | 11D | 45 | F |
| Octal | 64 | 14 | 101 | 24 | 122 | 0 | 113 | 435 | 105 | 17 |
| Binary | 110100 | 1100 | 1000001 | 10100 | 1010010 | 0 | 1001011 | 100011101 | 1000101 | 1111 |
Color Harmonies of #340C41
Complementary color
Monochromatic Colors of #340C41
Black with #340C41
Text Example
Text Example
White with #340C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C41; }
p { color: rgb(52,12,65); }
H1.HeaderClassName
{
color: #340C41;
}
.AnyTagClassName
{
color: #340C41;
}
</style>
background-color css
<style>
a { background-color: #340C41; }
a { background-color: rgb(52,12,65); }
div.DivClassName
{
background-color: #340C41;
}
.BgClassName
{
background-color: #340C41;
}
</style>
border-color css
<style>
span { border-color: #340C41; }
span { border-color: rgb(52,12,65); }
td.TdClassName
{
border-color: #340C41;
}
.TagClassName
{
border-color: #340C41;
}
</style>