Shades of Cola #3B3228
Tints of Cola #3B3228
RGB
CMYK
RGB Variations
Color information
#3B3228 (or 0x3B3228) is known color: Cola. HEX triplet: 3B, 32 and 28. RGB value is (59,50,40). Sum of RGB (Red+Green+Blue) = 59+50+40=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3228 is #C4CDD7. Grayscale: #333333. Windows color (decimal): -12897752 or 2634299. OLE color: 2634299.
HSL color Cylindrical-coordinate representation of color #3B3228: hue angle of 31.58º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B3228 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 40 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.77 |
| HSL | 31.58º | 0.19% | 0.19% | - |
| HSV(B) | 31.58º | 0.32% | 0.23% | - |
| XYZ | 3.33 | 3.36 | 2.48 | - |
| YUV | 51.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 40 | 0 | 0.15 | 0.32 | 0.77 | 31.58 | 0.19 | 0.19 |
| Hex | 3B | 32 | 28 | 0 | F | 20 | 4D | 20 | 13 | 13 |
| Octal | 73 | 62 | 50 | 0 | 17 | 40 | 115 | 40 | 23 | 23 |
| Binary | 111011 | 110010 | 101000 | 0 | 1111 | 100000 | 1001101 | 100000 | 10011 | 10011 |
Color Harmonies of #3B3228
Complementary color
Monochromatic Colors of #3B3228
Black with #3B3228
Text Example
Text Example
White with #3B3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3228; }
p { color: rgb(59,50,40); }
H1.HeaderClassName
{
color: #3B3228;
}
.AnyTagClassName
{
color: #3B3228;
}
</style>
background-color css
<style>
a { background-color: #3B3228; }
a { background-color: rgb(59,50,40); }
div.DivClassName
{
background-color: #3B3228;
}
.BgClassName
{
background-color: #3B3228;
}
</style>
border-color css
<style>
span { border-color: #3B3228; }
span { border-color: rgb(59,50,40); }
td.TdClassName
{
border-color: #3B3228;
}
.TagClassName
{
border-color: #3B3228;
}
</style>