Shades of Blackcurrant #34173D
Tints of Blackcurrant #34173D
RGB
CMYK
RGB Variations
Color information
#34173D (or 0x34173D) is known color: Blackcurrant. HEX triplet: 34, 17 and 3D. RGB value is (52,23,61). Sum of RGB (Red+Green+Blue) = 52+23+61=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #34173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34173D is #CBE8C2. Grayscale: #232323. Windows color (decimal): -13363395 or 4003636. OLE color: 4003636.
HSL color Cylindrical-coordinate representation of color #34173D: hue angle of 285.79º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34173D is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 23 | 61 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.76 |
| HSL | 285.79º | 0.45% | 0.16% | - |
| HSV(B) | 285.79º | 0.62% | 0.24% | - |
| XYZ | 2.56 | 1.68 | 4.6 | - |
| YUV | 36 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 61 | 0.15 | 0.62 | 0 | 0.76 | 285.79 | 0.45 | 0.16 |
| Hex | 34 | 17 | 3D | F | 3E | 0 | 4C | 11E | 2D | 10 |
| Octal | 64 | 27 | 75 | 17 | 76 | 0 | 114 | 436 | 55 | 20 |
| Binary | 110100 | 10111 | 111101 | 1111 | 111110 | 0 | 1001100 | 100011110 | 101101 | 10000 |
Color Harmonies of #34173D
Complementary color
Monochromatic Colors of #34173D
Black with #34173D
Text Example
Text Example
White with #34173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34173D; }
p { color: rgb(52,23,61); }
H1.HeaderClassName
{
color: #34173D;
}
.AnyTagClassName
{
color: #34173D;
}
</style>
background-color css
<style>
a { background-color: #34173D; }
a { background-color: rgb(52,23,61); }
div.DivClassName
{
background-color: #34173D;
}
.BgClassName
{
background-color: #34173D;
}
</style>
border-color css
<style>
span { border-color: #34173D; }
span { border-color: rgb(52,23,61); }
td.TdClassName
{
border-color: #34173D;
}
.TagClassName
{
border-color: #34173D;
}
</style>