Shades of Blackcurrant #34263D
Tints of Blackcurrant #34263D
RGB
CMYK
RGB Variations
Color information
#34263D (or 0x34263D) is known color: Blackcurrant. HEX triplet: 34, 26 and 3D. RGB value is (52,38,61). Sum of RGB (Red+Green+Blue) = 52+38+61=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #34263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34263D is #CBD9C2. Grayscale: #2C2C2C. Windows color (decimal): -13359555 or 4007476. OLE color: 4007476.
HSL color Cylindrical-coordinate representation of color #34263D: hue angle of 276.52º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34263D is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 38 | 61 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.76 |
| HSL | 276.52º | 0.23% | 0.19% | - |
| HSV(B) | 276.52º | 0.38% | 0.24% | - |
| XYZ | 2.95 | 2.45 | 4.73 | - |
| YUV | 44.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 61 | 0.15 | 0.38 | 0 | 0.76 | 276.52 | 0.23 | 0.19 |
| Hex | 34 | 26 | 3D | F | 26 | 0 | 4C | 115 | 17 | 13 |
| Octal | 64 | 46 | 75 | 17 | 46 | 0 | 114 | 425 | 27 | 23 |
| Binary | 110100 | 100110 | 111101 | 1111 | 100110 | 0 | 1001100 | 100010101 | 10111 | 10011 |
Color Harmonies of #34263D
Complementary color
Monochromatic Colors of #34263D
Black with #34263D
Text Example
Text Example
White with #34263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34263D; }
p { color: rgb(52,38,61); }
H1.HeaderClassName
{
color: #34263D;
}
.AnyTagClassName
{
color: #34263D;
}
</style>
background-color css
<style>
a { background-color: #34263D; }
a { background-color: rgb(52,38,61); }
div.DivClassName
{
background-color: #34263D;
}
.BgClassName
{
background-color: #34263D;
}
</style>
border-color css
<style>
span { border-color: #34263D; }
span { border-color: rgb(52,38,61); }
td.TdClassName
{
border-color: #34263D;
}
.TagClassName
{
border-color: #34263D;
}
</style>