Shades of Blackcurrant #34273C
Tints of Blackcurrant #34273C
RGB
CMYK
RGB Variations
Color information
#34273C (or 0x34273C) is known color: Blackcurrant. HEX triplet: 34, 27 and 3C. RGB value is (52,39,60). Sum of RGB (Red+Green+Blue) = 52+39+60=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 60 - color contains mainly: blue. Hex color #34273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273C is #CBD8C3. Grayscale: #2D2D2D. Windows color (decimal): -13359300 or 3942196. OLE color: 3942196.
HSL color Cylindrical-coordinate representation of color #34273C: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34273C is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 39 | 60 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.76 |
| HSL | 277.14º | 0.21% | 0.19% | - |
| HSV(B) | 277.14º | 0.35% | 0.24% | - |
| XYZ | 2.96 | 2.51 | 4.6 | - |
| YUV | 45.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 60 | 0.13 | 0.35 | 0 | 0.76 | 277.14 | 0.21 | 0.19 |
| Hex | 34 | 27 | 3C | D | 23 | 0 | 4C | 115 | 15 | 13 |
| Octal | 64 | 47 | 74 | 15 | 43 | 0 | 114 | 425 | 25 | 23 |
| Binary | 110100 | 100111 | 111100 | 1101 | 100011 | 0 | 1001100 | 100010101 | 10101 | 10011 |
Color Harmonies of #34273C
Complementary color
Monochromatic Colors of #34273C
Black with #34273C
Text Example
Text Example
White with #34273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34273C; }
p { color: rgb(52,39,60); }
H1.HeaderClassName
{
color: #34273C;
}
.AnyTagClassName
{
color: #34273C;
}
</style>
background-color css
<style>
a { background-color: #34273C; }
a { background-color: rgb(52,39,60); }
div.DivClassName
{
background-color: #34273C;
}
.BgClassName
{
background-color: #34273C;
}
</style>
border-color css
<style>
span { border-color: #34273C; }
span { border-color: rgb(52,39,60); }
td.TdClassName
{
border-color: #34273C;
}
.TagClassName
{
border-color: #34273C;
}
</style>