Shades of Blackcurrant #34143D
Tints of Blackcurrant #34143D
RGB
CMYK
RGB Variations
Color information
#34143D (or 0x34143D) is known color: Blackcurrant. HEX triplet: 34, 14 and 3D. RGB value is (52,20,61). Sum of RGB (Red+Green+Blue) = 52+20+61=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #34143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34143D is #CBEBC2. Grayscale: #222222. Windows color (decimal): -13364163 or 4002868. OLE color: 4002868.
HSL color Cylindrical-coordinate representation of color #34143D: hue angle of 286.83º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34143D is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 20 | 61 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.76 |
| HSL | 286.83º | 0.51% | 0.16% | - |
| HSV(B) | 286.83º | 0.67% | 0.24% | - |
| XYZ | 2.51 | 1.57 | 4.59 | - |
| YUV | 34.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 61 | 0.15 | 0.67 | 0 | 0.76 | 286.83 | 0.51 | 0.16 |
| Hex | 34 | 14 | 3D | F | 43 | 0 | 4C | 11F | 33 | 10 |
| Octal | 64 | 24 | 75 | 17 | 103 | 0 | 114 | 437 | 63 | 20 |
| Binary | 110100 | 10100 | 111101 | 1111 | 1000011 | 0 | 1001100 | 100011111 | 110011 | 10000 |
Color Harmonies of #34143D
Complementary color
Monochromatic Colors of #34143D
Black with #34143D
Text Example
Text Example
White with #34143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34143D; }
p { color: rgb(52,20,61); }
H1.HeaderClassName
{
color: #34143D;
}
.AnyTagClassName
{
color: #34143D;
}
</style>
background-color css
<style>
a { background-color: #34143D; }
a { background-color: rgb(52,20,61); }
div.DivClassName
{
background-color: #34143D;
}
.BgClassName
{
background-color: #34143D;
}
</style>
border-color css
<style>
span { border-color: #34143D; }
span { border-color: rgb(52,20,61); }
td.TdClassName
{
border-color: #34143D;
}
.TagClassName
{
border-color: #34143D;
}
</style>