Shades of Cola #3B2F22
Tints of Cola #3B2F22
RGB
CMYK
RGB Variations
Color information
#3B2F22 (or 0x3B2F22) is known color: Cola. HEX triplet: 3B, 2F and 22. RGB value is (59,47,34). Sum of RGB (Red+Green+Blue) = 59+47+34=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F22 is #C4D0DD. Grayscale: #313131. Windows color (decimal): -12898526 or 2240315. OLE color: 2240315.
HSL color Cylindrical-coordinate representation of color #3B2F22: hue angle of 31.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2F22 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 34 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.77 |
| HSL | 31.2º | 0.27% | 0.18% | - |
| HSV(B) | 31.2º | 0.42% | 0.23% | - |
| XYZ | 3.11 | 3.08 | 1.94 | - |
| YUV | 49.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 34 | 0 | 0.20 | 0.42 | 0.77 | 31.2 | 0.27 | 0.18 |
| Hex | 3B | 2F | 22 | 0 | 14 | 2A | 4D | 1F | 1B | 12 |
| Octal | 73 | 57 | 42 | 0 | 24 | 52 | 115 | 37 | 33 | 22 |
| Binary | 111011 | 101111 | 100010 | 0 | 10100 | 101010 | 1001101 | 11111 | 11011 | 10010 |
Color Harmonies of #3B2F22
Complementary color
Monochromatic Colors of #3B2F22
Black with #3B2F22
Text Example
Text Example
White with #3B2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F22; }
p { color: rgb(59,47,34); }
H1.HeaderClassName
{
color: #3B2F22;
}
.AnyTagClassName
{
color: #3B2F22;
}
</style>
background-color css
<style>
a { background-color: #3B2F22; }
a { background-color: rgb(59,47,34); }
div.DivClassName
{
background-color: #3B2F22;
}
.BgClassName
{
background-color: #3B2F22;
}
</style>
border-color css
<style>
span { border-color: #3B2F22; }
span { border-color: rgb(59,47,34); }
td.TdClassName
{
border-color: #3B2F22;
}
.TagClassName
{
border-color: #3B2F22;
}
</style>