Shades of Cola #3B2F23
Tints of Cola #3B2F23
RGB
CMYK
RGB Variations
Color information
#3B2F23 (or 0x3B2F23) is known color: Cola. HEX triplet: 3B, 2F and 23. RGB value is (59,47,35). Sum of RGB (Red+Green+Blue) = 59+47+35=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F23 is #C4D0DC. Grayscale: #313131. Windows color (decimal): -12898525 or 2305851. OLE color: 2305851.
HSL color Cylindrical-coordinate representation of color #3B2F23: hue angle of 30º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2F23 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 35 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.77 |
| HSL | 30º | 0.26% | 0.18% | - |
| HSV(B) | 30º | 0.41% | 0.23% | - |
| XYZ | 3.12 | 3.08 | 2.02 | - |
| YUV | 49.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 35 | 0 | 0.20 | 0.41 | 0.77 | 30 | 0.26 | 0.18 |
| Hex | 3B | 2F | 23 | 0 | 14 | 29 | 4D | 1E | 1A | 12 |
| Octal | 73 | 57 | 43 | 0 | 24 | 51 | 115 | 36 | 32 | 22 |
| Binary | 111011 | 101111 | 100011 | 0 | 10100 | 101001 | 1001101 | 11110 | 11010 | 10010 |
Color Harmonies of #3B2F23
Complementary color
Monochromatic Colors of #3B2F23
Black with #3B2F23
Text Example
Text Example
White with #3B2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F23; }
p { color: rgb(59,47,35); }
H1.HeaderClassName
{
color: #3B2F23;
}
.AnyTagClassName
{
color: #3B2F23;
}
</style>
background-color css
<style>
a { background-color: #3B2F23; }
a { background-color: rgb(59,47,35); }
div.DivClassName
{
background-color: #3B2F23;
}
.BgClassName
{
background-color: #3B2F23;
}
</style>
border-color css
<style>
span { border-color: #3B2F23; }
span { border-color: rgb(59,47,35); }
td.TdClassName
{
border-color: #3B2F23;
}
.TagClassName
{
border-color: #3B2F23;
}
</style>