Shades of Blackcurrant #34253D
Tints of Blackcurrant #34253D
RGB
CMYK
RGB Variations
Color information
#34253D (or 0x34253D) is known color: Blackcurrant. HEX triplet: 34, 25 and 3D. RGB value is (52,37,61). Sum of RGB (Red+Green+Blue) = 52+37+61=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #34253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253D is #CBDAC2. Grayscale: #2C2C2C. Windows color (decimal): -13359811 or 4007220. OLE color: 4007220.
HSL color Cylindrical-coordinate representation of color #34253D: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34253D is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 37 | 61 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.76 |
| HSL | 277.5º | 0.24% | 0.19% | - |
| HSV(B) | 277.5º | 0.39% | 0.24% | - |
| XYZ | 2.92 | 2.39 | 4.72 | - |
| YUV | 44.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 61 | 0.15 | 0.39 | 0 | 0.76 | 277.5 | 0.24 | 0.19 |
| Hex | 34 | 25 | 3D | F | 27 | 0 | 4C | 116 | 18 | 13 |
| Octal | 64 | 45 | 75 | 17 | 47 | 0 | 114 | 426 | 30 | 23 |
| Binary | 110100 | 100101 | 111101 | 1111 | 100111 | 0 | 1001100 | 100010110 | 11000 | 10011 |
Color Harmonies of #34253D
Complementary color
Monochromatic Colors of #34253D
Black with #34253D
Text Example
Text Example
White with #34253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34253D; }
p { color: rgb(52,37,61); }
H1.HeaderClassName
{
color: #34253D;
}
.AnyTagClassName
{
color: #34253D;
}
</style>
background-color css
<style>
a { background-color: #34253D; }
a { background-color: rgb(52,37,61); }
div.DivClassName
{
background-color: #34253D;
}
.BgClassName
{
background-color: #34253D;
}
</style>
border-color css
<style>
span { border-color: #34253D; }
span { border-color: rgb(52,37,61); }
td.TdClassName
{
border-color: #34253D;
}
.TagClassName
{
border-color: #34253D;
}
</style>