Shades of Wine Berry #4B343B
Tints of Wine Berry #4B343B
RGB
CMYK
RGB Variations
Color information
#4B343B (or 0x4B343B) is known color: Wine Berry. HEX triplet: 4B, 34 and 3B. RGB value is (75,52,59). Sum of RGB (Red+Green+Blue) = 75+52+59=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343B is #B4CBC4. Grayscale: #3B3B3B. Windows color (decimal): -11848645 or 3880011. OLE color: 3880011.
HSL color Cylindrical-coordinate representation of color #4B343B: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B343B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 59 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.71 |
| HSL | 341.74º | 0.18% | 0.25% | - |
| HSV(B) | 341.74º | 0.31% | 0.29% | - |
| XYZ | 4.92 | 4.27 | 4.7 | - |
| YUV | 59.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 59 | 0 | 0.31 | 0.21 | 0.71 | 341.74 | 0.18 | 0.25 |
| Hex | 4B | 34 | 3B | 0 | 1F | 15 | 47 | 156 | 12 | 19 |
| Octal | 113 | 64 | 73 | 0 | 37 | 25 | 107 | 526 | 22 | 31 |
| Binary | 1001011 | 110100 | 111011 | 0 | 11111 | 10101 | 1000111 | 101010110 | 10010 | 11001 |
Color Harmonies of #4B343B
Complementary color
Monochromatic Colors of #4B343B
Black with #4B343B
Text Example
Text Example
White with #4B343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B343B; }
p { color: rgb(75,52,59); }
H1.HeaderClassName
{
color: #4B343B;
}
.AnyTagClassName
{
color: #4B343B;
}
</style>
background-color css
<style>
a { background-color: #4B343B; }
a { background-color: rgb(75,52,59); }
div.DivClassName
{
background-color: #4B343B;
}
.BgClassName
{
background-color: #4B343B;
}
</style>
border-color css
<style>
span { border-color: #4B343B; }
span { border-color: rgb(75,52,59); }
td.TdClassName
{
border-color: #4B343B;
}
.TagClassName
{
border-color: #4B343B;
}
</style>