Shades of Cola #3B2F20
Tints of Cola #3B2F20
RGB
CMYK
RGB Variations
Color information
#3B2F20 (or 0x3B2F20) is known color: Cola. HEX triplet: 3B, 2F and 20. RGB value is (59,47,32). Sum of RGB (Red+Green+Blue) = 59+47+32=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F20 is #C4D0DF. Grayscale: #303030. Windows color (decimal): -12898528 or 2109243. OLE color: 2109243.
HSL color Cylindrical-coordinate representation of color #3B2F20: hue angle of 33.33º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2F20 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 32 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.77 |
| HSL | 33.33º | 0.3% | 0.18% | - |
| HSV(B) | 33.33º | 0.46% | 0.23% | - |
| XYZ | 3.08 | 3.07 | 1.8 | - |
| YUV | 48.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 32 | 0 | 0.20 | 0.46 | 0.77 | 33.33 | 0.3 | 0.18 |
| Hex | 3B | 2F | 20 | 0 | 14 | 2E | 4D | 21 | 1E | 12 |
| Octal | 73 | 57 | 40 | 0 | 24 | 56 | 115 | 41 | 36 | 22 |
| Binary | 111011 | 101111 | 100000 | 0 | 10100 | 101110 | 1001101 | 100001 | 11110 | 10010 |
Color Harmonies of #3B2F20
Complementary color
Monochromatic Colors of #3B2F20
Black with #3B2F20
Text Example
Text Example
White with #3B2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F20; }
p { color: rgb(59,47,32); }
H1.HeaderClassName
{
color: #3B2F20;
}
.AnyTagClassName
{
color: #3B2F20;
}
</style>
background-color css
<style>
a { background-color: #3B2F20; }
a { background-color: rgb(59,47,32); }
div.DivClassName
{
background-color: #3B2F20;
}
.BgClassName
{
background-color: #3B2F20;
}
</style>
border-color css
<style>
span { border-color: #3B2F20; }
span { border-color: rgb(59,47,32); }
td.TdClassName
{
border-color: #3B2F20;
}
.TagClassName
{
border-color: #3B2F20;
}
</style>