Shades of Blackcurrant #34283D
Tints of Blackcurrant #34283D
RGB
CMYK
RGB Variations
Color information
#34283D (or 0x34283D) is known color: Blackcurrant. HEX triplet: 34, 28 and 3D. RGB value is (52,40,61). Sum of RGB (Red+Green+Blue) = 52+40+61=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #34283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34283D is #CBD7C2. Grayscale: #2D2D2D. Windows color (decimal): -13359043 or 4007988. OLE color: 4007988.
HSL color Cylindrical-coordinate representation of color #34283D: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34283D is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 40 | 61 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.76 |
| HSL | 274.29º | 0.21% | 0.2% | - |
| HSV(B) | 274.29º | 0.34% | 0.24% | - |
| XYZ | 3.02 | 2.58 | 4.75 | - |
| YUV | 45.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 61 | 0.15 | 0.34 | 0 | 0.76 | 274.29 | 0.21 | 0.2 |
| Hex | 34 | 28 | 3D | F | 22 | 0 | 4C | 112 | 15 | 14 |
| Octal | 64 | 50 | 75 | 17 | 42 | 0 | 114 | 422 | 25 | 24 |
| Binary | 110100 | 101000 | 111101 | 1111 | 100010 | 0 | 1001100 | 100010010 | 10101 | 10100 |
Color Harmonies of #34283D
Complementary color
Monochromatic Colors of #34283D
Black with #34283D
Text Example
Text Example
White with #34283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34283D; }
p { color: rgb(52,40,61); }
H1.HeaderClassName
{
color: #34283D;
}
.AnyTagClassName
{
color: #34283D;
}
</style>
background-color css
<style>
a { background-color: #34283D; }
a { background-color: rgb(52,40,61); }
div.DivClassName
{
background-color: #34283D;
}
.BgClassName
{
background-color: #34283D;
}
</style>
border-color css
<style>
span { border-color: #34283D; }
span { border-color: rgb(52,40,61); }
td.TdClassName
{
border-color: #34283D;
}
.TagClassName
{
border-color: #34283D;
}
</style>