Shades of Blackcurrant #34153D
Tints of Blackcurrant #34153D
RGB
CMYK
RGB Variations
Color information
#34153D (or 0x34153D) is known color: Blackcurrant. HEX triplet: 34, 15 and 3D. RGB value is (52,21,61). Sum of RGB (Red+Green+Blue) = 52+21+61=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #34153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153D is #CBEAC2. Grayscale: #222222. Windows color (decimal): -13363907 or 4003124. OLE color: 4003124.
HSL color Cylindrical-coordinate representation of color #34153D: hue angle of 286.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34153D is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 21 | 61 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.76 |
| HSL | 286.5º | 0.49% | 0.16% | - |
| HSV(B) | 286.5º | 0.66% | 0.24% | - |
| XYZ | 2.53 | 1.6 | 4.59 | - |
| YUV | 34.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 61 | 0.15 | 0.66 | 0 | 0.76 | 286.5 | 0.49 | 0.16 |
| Hex | 34 | 15 | 3D | F | 42 | 0 | 4C | 11E | 31 | 10 |
| Octal | 64 | 25 | 75 | 17 | 102 | 0 | 114 | 436 | 61 | 20 |
| Binary | 110100 | 10101 | 111101 | 1111 | 1000010 | 0 | 1001100 | 100011110 | 110001 | 10000 |
Color Harmonies of #34153D
Complementary color
Monochromatic Colors of #34153D
Black with #34153D
Text Example
Text Example
White with #34153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34153D; }
p { color: rgb(52,21,61); }
H1.HeaderClassName
{
color: #34153D;
}
.AnyTagClassName
{
color: #34153D;
}
</style>
background-color css
<style>
a { background-color: #34153D; }
a { background-color: rgb(52,21,61); }
div.DivClassName
{
background-color: #34153D;
}
.BgClassName
{
background-color: #34153D;
}
</style>
border-color css
<style>
span { border-color: #34153D; }
span { border-color: rgb(52,21,61); }
td.TdClassName
{
border-color: #34153D;
}
.TagClassName
{
border-color: #34153D;
}
</style>