Shades of Cola #3B322A
Tints of Cola #3B322A
RGB
CMYK
RGB Variations
Color information
#3B322A (or 0x3B322A) is known color: Cola. HEX triplet: 3B, 32 and 2A. RGB value is (59,50,42). Sum of RGB (Red+Green+Blue) = 59+50+42=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B322A is #C4CDD5. Grayscale: #333333. Windows color (decimal): -12897750 or 2765371. OLE color: 2765371.
HSL color Cylindrical-coordinate representation of color #3B322A: hue angle of 28.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B322A is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 42 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.77 |
| HSL | 28.24º | 0.17% | 0.2% | - |
| HSV(B) | 28.24º | 0.29% | 0.23% | - |
| XYZ | 3.36 | 3.38 | 2.67 | - |
| YUV | 51.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 42 | 0 | 0.15 | 0.29 | 0.77 | 28.24 | 0.17 | 0.2 |
| Hex | 3B | 32 | 2A | 0 | F | 1D | 4D | 1C | 11 | 14 |
| Octal | 73 | 62 | 52 | 0 | 17 | 35 | 115 | 34 | 21 | 24 |
| Binary | 111011 | 110010 | 101010 | 0 | 1111 | 11101 | 1001101 | 11100 | 10001 | 10100 |
Color Harmonies of #3B322A
Complementary color
Monochromatic Colors of #3B322A
Black with #3B322A
Text Example
Text Example
White with #3B322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B322A; }
p { color: rgb(59,50,42); }
H1.HeaderClassName
{
color: #3B322A;
}
.AnyTagClassName
{
color: #3B322A;
}
</style>
background-color css
<style>
a { background-color: #3B322A; }
a { background-color: rgb(59,50,42); }
div.DivClassName
{
background-color: #3B322A;
}
.BgClassName
{
background-color: #3B322A;
}
</style>
border-color css
<style>
span { border-color: #3B322A; }
span { border-color: rgb(59,50,42); }
td.TdClassName
{
border-color: #3B322A;
}
.TagClassName
{
border-color: #3B322A;
}
</style>