Shades of Blackcurrant #34113D
Tints of Blackcurrant #34113D
RGB
CMYK
RGB Variations
Color information
#34113D (or 0x34113D) is known color: Blackcurrant. HEX triplet: 34, 11 and 3D. RGB value is (52,17,61). Sum of RGB (Red+Green+Blue) = 52+17+61=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #34113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34113D is #CBEEC2. Grayscale: #202020. Windows color (decimal): -13364931 or 4002100. OLE color: 4002100.
HSL color Cylindrical-coordinate representation of color #34113D: hue angle of 287.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34113D is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 17 | 61 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.76 |
| HSL | 287.73º | 0.56% | 0.15% | - |
| HSV(B) | 287.73º | 0.72% | 0.24% | - |
| XYZ | 2.46 | 1.47 | 4.57 | - |
| YUV | 32.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 61 | 0.15 | 0.72 | 0 | 0.76 | 287.73 | 0.56 | 0.15 |
| Hex | 34 | 11 | 3D | F | 48 | 0 | 4C | 120 | 38 | F |
| Octal | 64 | 21 | 75 | 17 | 110 | 0 | 114 | 440 | 70 | 17 |
| Binary | 110100 | 10001 | 111101 | 1111 | 1001000 | 0 | 1001100 | 100100000 | 111000 | 1111 |
Color Harmonies of #34113D
Complementary color
Monochromatic Colors of #34113D
Black with #34113D
Text Example
Text Example
White with #34113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34113D; }
p { color: rgb(52,17,61); }
H1.HeaderClassName
{
color: #34113D;
}
.AnyTagClassName
{
color: #34113D;
}
</style>
background-color css
<style>
a { background-color: #34113D; }
a { background-color: rgb(52,17,61); }
div.DivClassName
{
background-color: #34113D;
}
.BgClassName
{
background-color: #34113D;
}
</style>
border-color css
<style>
span { border-color: #34113D; }
span { border-color: rgb(52,17,61); }
td.TdClassName
{
border-color: #34113D;
}
.TagClassName
{
border-color: #34113D;
}
</style>