Shades of Blackcurrant #34293B
Tints of Blackcurrant #34293B
RGB
CMYK
RGB Variations
Color information
#34293B (or 0x34293B) is known color: Blackcurrant. HEX triplet: 34, 29 and 3B. RGB value is (52,41,59). Sum of RGB (Red+Green+Blue) = 52+41+59=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #34293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34293B is #CBD6C4. Grayscale: #2E2E2E. Windows color (decimal): -13358789 or 3877172. OLE color: 3877172.
HSL color Cylindrical-coordinate representation of color #34293B: hue angle of 276.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34293B is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 41 | 59 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.77 |
| HSL | 276.67º | 0.18% | 0.2% | - |
| HSV(B) | 276.67º | 0.31% | 0.23% | - |
| XYZ | 3 | 2.63 | 4.49 | - |
| YUV | 46.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 59 | 0.12 | 0.31 | 0 | 0.77 | 276.67 | 0.18 | 0.2 |
| Hex | 34 | 29 | 3B | C | 1F | 0 | 4D | 115 | 12 | 14 |
| Octal | 64 | 51 | 73 | 14 | 37 | 0 | 115 | 425 | 22 | 24 |
| Binary | 110100 | 101001 | 111011 | 1100 | 11111 | 0 | 1001101 | 100010101 | 10010 | 10100 |
Color Harmonies of #34293B
Complementary color
Monochromatic Colors of #34293B
Black with #34293B
Text Example
Text Example
White with #34293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34293B; }
p { color: rgb(52,41,59); }
H1.HeaderClassName
{
color: #34293B;
}
.AnyTagClassName
{
color: #34293B;
}
</style>
background-color css
<style>
a { background-color: #34293B; }
a { background-color: rgb(52,41,59); }
div.DivClassName
{
background-color: #34293B;
}
.BgClassName
{
background-color: #34293B;
}
</style>
border-color css
<style>
span { border-color: #34293B; }
span { border-color: rgb(52,41,59); }
td.TdClassName
{
border-color: #34293B;
}
.TagClassName
{
border-color: #34293B;
}
</style>