Shades of Cola #3B3127
Tints of Cola #3B3127
RGB
CMYK
RGB Variations
Color information
#3B3127 (or 0x3B3127) is known color: Cola. HEX triplet: 3B, 31 and 27. RGB value is (59,49,39). Sum of RGB (Red+Green+Blue) = 59+49+39=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3127 is #C4CED8. Grayscale: #323232. Windows color (decimal): -12898009 or 2568507. OLE color: 2568507.
HSL color Cylindrical-coordinate representation of color #3B3127: hue angle of 30º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3127 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 39 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.77 |
| HSL | 30º | 0.2% | 0.19% | - |
| HSV(B) | 30º | 0.34% | 0.23% | - |
| XYZ | 3.27 | 3.27 | 2.38 | - |
| YUV | 50.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 39 | 0 | 0.17 | 0.34 | 0.77 | 30 | 0.2 | 0.19 |
| Hex | 3B | 31 | 27 | 0 | 11 | 22 | 4D | 1E | 14 | 13 |
| Octal | 73 | 61 | 47 | 0 | 21 | 42 | 115 | 36 | 24 | 23 |
| Binary | 111011 | 110001 | 100111 | 0 | 10001 | 100010 | 1001101 | 11110 | 10100 | 10011 |
Color Harmonies of #3B3127
Complementary color
Monochromatic Colors of #3B3127
Black with #3B3127
Text Example
Text Example
White with #3B3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3127; }
p { color: rgb(59,49,39); }
H1.HeaderClassName
{
color: #3B3127;
}
.AnyTagClassName
{
color: #3B3127;
}
</style>
background-color css
<style>
a { background-color: #3B3127; }
a { background-color: rgb(59,49,39); }
div.DivClassName
{
background-color: #3B3127;
}
.BgClassName
{
background-color: #3B3127;
}
</style>
border-color css
<style>
span { border-color: #3B3127; }
span { border-color: rgb(59,49,39); }
td.TdClassName
{
border-color: #3B3127;
}
.TagClassName
{
border-color: #3B3127;
}
</style>