Shades of Cola #3B2D21
Tints of Cola #3B2D21
RGB
CMYK
RGB Variations
Color information
#3B2D21 (or 0x3B2D21) is known color: Cola. HEX triplet: 3B, 2D and 21. RGB value is (59,45,33). Sum of RGB (Red+Green+Blue) = 59+45+33=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D21 is #C4D2DE. Grayscale: #2F2F2F. Windows color (decimal): -12899039 or 2174267. OLE color: 2174267.
HSL color Cylindrical-coordinate representation of color #3B2D21: hue angle of 27.69º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2D21 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 33 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.77 |
| HSL | 27.69º | 0.28% | 0.18% | - |
| HSV(B) | 27.69º | 0.44% | 0.23% | - |
| XYZ | 3.02 | 2.92 | 1.84 | - |
| YUV | 47.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 33 | 0 | 0.24 | 0.44 | 0.77 | 27.69 | 0.28 | 0.18 |
| Hex | 3B | 2D | 21 | 0 | 18 | 2C | 4D | 1C | 1C | 12 |
| Octal | 73 | 55 | 41 | 0 | 30 | 54 | 115 | 34 | 34 | 22 |
| Binary | 111011 | 101101 | 100001 | 0 | 11000 | 101100 | 1001101 | 11100 | 11100 | 10010 |
Color Harmonies of #3B2D21
Complementary color
Monochromatic Colors of #3B2D21
Black with #3B2D21
Text Example
Text Example
White with #3B2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D21; }
p { color: rgb(59,45,33); }
H1.HeaderClassName
{
color: #3B2D21;
}
.AnyTagClassName
{
color: #3B2D21;
}
</style>
background-color css
<style>
a { background-color: #3B2D21; }
a { background-color: rgb(59,45,33); }
div.DivClassName
{
background-color: #3B2D21;
}
.BgClassName
{
background-color: #3B2D21;
}
</style>
border-color css
<style>
span { border-color: #3B2D21; }
span { border-color: rgb(59,45,33); }
td.TdClassName
{
border-color: #3B2D21;
}
.TagClassName
{
border-color: #3B2D21;
}
</style>