Shades of Cola #3B3023
Tints of Cola #3B3023
RGB
CMYK
RGB Variations
Color information
#3B3023 (or 0x3B3023) is known color: Cola. HEX triplet: 3B, 30 and 23. RGB value is (59,48,35). Sum of RGB (Red+Green+Blue) = 59+48+35=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3023 is #C4CFDC. Grayscale: #313131. Windows color (decimal): -12898269 or 2306107. OLE color: 2306107.
HSL color Cylindrical-coordinate representation of color #3B3023: hue angle of 32.5º 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 #3B3023 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 35 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.77 |
| HSL | 32.5º | 0.26% | 0.18% | - |
| HSV(B) | 32.5º | 0.41% | 0.23% | - |
| XYZ | 3.16 | 3.17 | 2.03 | - |
| YUV | 49.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 35 | 0 | 0.19 | 0.41 | 0.77 | 32.5 | 0.26 | 0.18 |
| Hex | 3B | 30 | 23 | 0 | 13 | 29 | 4D | 20 | 1A | 12 |
| Octal | 73 | 60 | 43 | 0 | 23 | 51 | 115 | 40 | 32 | 22 |
| Binary | 111011 | 110000 | 100011 | 0 | 10011 | 101001 | 1001101 | 100000 | 11010 | 10010 |
Color Harmonies of #3B3023
Complementary color
Monochromatic Colors of #3B3023
Black with #3B3023
Text Example
Text Example
White with #3B3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3023; }
p { color: rgb(59,48,35); }
H1.HeaderClassName
{
color: #3B3023;
}
.AnyTagClassName
{
color: #3B3023;
}
</style>
background-color css
<style>
a { background-color: #3B3023; }
a { background-color: rgb(59,48,35); }
div.DivClassName
{
background-color: #3B3023;
}
.BgClassName
{
background-color: #3B3023;
}
</style>
border-color css
<style>
span { border-color: #3B3023; }
span { border-color: rgb(59,48,35); }
td.TdClassName
{
border-color: #3B3023;
}
.TagClassName
{
border-color: #3B3023;
}
</style>