Shades of Blackcurrant #340B42
Tints of Blackcurrant #340B42
RGB
CMYK
RGB Variations
Color information
#340B42 (or 0x340B42) is known color: Blackcurrant. HEX triplet: 34, 0B and 42. RGB value is (52,11,66). Sum of RGB (Red+Green+Blue) = 52+11+66=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #340B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B42 is #CBF4BD. Grayscale: #1D1D1D. Windows color (decimal): -13366462 or 4328244. OLE color: 4328244.
HSL color Cylindrical-coordinate representation of color #340B42: hue angle of 284.73º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340B42 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 11 | 66 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.74 |
| HSL | 284.73º | 0.71% | 0.15% | - |
| HSV(B) | 284.73º | 0.83% | 0.26% | - |
| XYZ | 2.52 | 1.36 | 5.28 | - |
| YUV | 29.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 66 | 0.21 | 0.83 | 0 | 0.74 | 284.73 | 0.71 | 0.15 |
| Hex | 34 | B | 42 | 15 | 53 | 0 | 4A | 11D | 47 | F |
| Octal | 64 | 13 | 102 | 25 | 123 | 0 | 112 | 435 | 107 | 17 |
| Binary | 110100 | 1011 | 1000010 | 10101 | 1010011 | 0 | 1001010 | 100011101 | 1000111 | 1111 |
Color Harmonies of #340B42
Complementary color
Monochromatic Colors of #340B42
Black with #340B42
Text Example
Text Example
White with #340B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B42; }
p { color: rgb(52,11,66); }
H1.HeaderClassName
{
color: #340B42;
}
.AnyTagClassName
{
color: #340B42;
}
</style>
background-color css
<style>
a { background-color: #340B42; }
a { background-color: rgb(52,11,66); }
div.DivClassName
{
background-color: #340B42;
}
.BgClassName
{
background-color: #340B42;
}
</style>
border-color css
<style>
span { border-color: #340B42; }
span { border-color: rgb(52,11,66); }
td.TdClassName
{
border-color: #340B42;
}
.TagClassName
{
border-color: #340B42;
}
</style>