Shades of Blackcurrant #34233C
Tints of Blackcurrant #34233C
RGB
CMYK
RGB Variations
Color information
#34233C (or 0x34233C) is known color: Blackcurrant. HEX triplet: 34, 23 and 3C. RGB value is (52,35,60). Sum of RGB (Red+Green+Blue) = 52+35+60=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #34233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34233C is #CBDCC3. Grayscale: #2A2A2A. Windows color (decimal): -13360324 or 3941172. OLE color: 3941172.
HSL color Cylindrical-coordinate representation of color #34233C: hue angle of 280.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34233C is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 35 | 60 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.76 |
| HSL | 280.8º | 0.26% | 0.19% | - |
| HSV(B) | 280.8º | 0.42% | 0.24% | - |
| XYZ | 2.83 | 2.26 | 4.56 | - |
| YUV | 42.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 60 | 0.13 | 0.42 | 0 | 0.76 | 280.8 | 0.26 | 0.19 |
| Hex | 34 | 23 | 3C | D | 2A | 0 | 4C | 119 | 1A | 13 |
| Octal | 64 | 43 | 74 | 15 | 52 | 0 | 114 | 431 | 32 | 23 |
| Binary | 110100 | 100011 | 111100 | 1101 | 101010 | 0 | 1001100 | 100011001 | 11010 | 10011 |
Color Harmonies of #34233C
Complementary color
Monochromatic Colors of #34233C
Black with #34233C
Text Example
Text Example
White with #34233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34233C; }
p { color: rgb(52,35,60); }
H1.HeaderClassName
{
color: #34233C;
}
.AnyTagClassName
{
color: #34233C;
}
</style>
background-color css
<style>
a { background-color: #34233C; }
a { background-color: rgb(52,35,60); }
div.DivClassName
{
background-color: #34233C;
}
.BgClassName
{
background-color: #34233C;
}
</style>
border-color css
<style>
span { border-color: #34233C; }
span { border-color: rgb(52,35,60); }
td.TdClassName
{
border-color: #34233C;
}
.TagClassName
{
border-color: #34233C;
}
</style>