Shades of Blackcurrant #34123D
Tints of Blackcurrant #34123D
RGB
CMYK
RGB Variations
Color information
#34123D (or 0x34123D) is known color: Blackcurrant. HEX triplet: 34, 12 and 3D. RGB value is (52,18,61). Sum of RGB (Red+Green+Blue) = 52+18+61=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #34123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34123D is #CBEDC2. Grayscale: #202020. Windows color (decimal): -13364675 or 4002356. OLE color: 4002356.
HSL color Cylindrical-coordinate representation of color #34123D: hue angle of 287.44º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34123D is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 18 | 61 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.76 |
| HSL | 287.44º | 0.54% | 0.15% | - |
| HSV(B) | 287.44º | 0.7% | 0.24% | - |
| XYZ | 2.47 | 1.5 | 4.57 | - |
| YUV | 33.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 61 | 0.15 | 0.70 | 0 | 0.76 | 287.44 | 0.54 | 0.15 |
| Hex | 34 | 12 | 3D | F | 46 | 0 | 4C | 11F | 36 | F |
| Octal | 64 | 22 | 75 | 17 | 106 | 0 | 114 | 437 | 66 | 17 |
| Binary | 110100 | 10010 | 111101 | 1111 | 1000110 | 0 | 1001100 | 100011111 | 110110 | 1111 |
Color Harmonies of #34123D
Complementary color
Monochromatic Colors of #34123D
Black with #34123D
Text Example
Text Example
White with #34123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34123D; }
p { color: rgb(52,18,61); }
H1.HeaderClassName
{
color: #34123D;
}
.AnyTagClassName
{
color: #34123D;
}
</style>
background-color css
<style>
a { background-color: #34123D; }
a { background-color: rgb(52,18,61); }
div.DivClassName
{
background-color: #34123D;
}
.BgClassName
{
background-color: #34123D;
}
</style>
border-color css
<style>
span { border-color: #34123D; }
span { border-color: rgb(52,18,61); }
td.TdClassName
{
border-color: #34123D;
}
.TagClassName
{
border-color: #34123D;
}
</style>