Shades of Cola #3B2E22
Tints of Cola #3B2E22
RGB
CMYK
RGB Variations
Color information
#3B2E22 (or 0x3B2E22) is known color: Cola. HEX triplet: 3B, 2E and 22. RGB value is (59,46,34). Sum of RGB (Red+Green+Blue) = 59+46+34=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E22 is #C4D1DD. Grayscale: #303030. Windows color (decimal): -12898782 or 2240059. OLE color: 2240059.
HSL color Cylindrical-coordinate representation of color #3B2E22: hue angle of 28.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2E22 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 34 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.77 |
| HSL | 28.8º | 0.27% | 0.18% | - |
| HSV(B) | 28.8º | 0.42% | 0.23% | - |
| XYZ | 3.07 | 3 | 1.93 | - |
| YUV | 48.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 34 | 0 | 0.22 | 0.42 | 0.77 | 28.8 | 0.27 | 0.18 |
| Hex | 3B | 2E | 22 | 0 | 16 | 2A | 4D | 1D | 1B | 12 |
| Octal | 73 | 56 | 42 | 0 | 26 | 52 | 115 | 35 | 33 | 22 |
| Binary | 111011 | 101110 | 100010 | 0 | 10110 | 101010 | 1001101 | 11101 | 11011 | 10010 |
Color Harmonies of #3B2E22
Complementary color
Monochromatic Colors of #3B2E22
Black with #3B2E22
Text Example
Text Example
White with #3B2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E22; }
p { color: rgb(59,46,34); }
H1.HeaderClassName
{
color: #3B2E22;
}
.AnyTagClassName
{
color: #3B2E22;
}
</style>
background-color css
<style>
a { background-color: #3B2E22; }
a { background-color: rgb(59,46,34); }
div.DivClassName
{
background-color: #3B2E22;
}
.BgClassName
{
background-color: #3B2E22;
}
</style>
border-color css
<style>
span { border-color: #3B2E22; }
span { border-color: rgb(59,46,34); }
td.TdClassName
{
border-color: #3B2E22;
}
.TagClassName
{
border-color: #3B2E22;
}
</style>