Shades of Cola #3A2F25
Tints of Cola #3A2F25
RGB
CMYK
RGB Variations
Color information
#3A2F25 (or 0x3A2F25) is known color: Cola. HEX triplet: 3A, 2F and 25. RGB value is (58,47,37). Sum of RGB (Red+Green+Blue) = 58+47+37=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F25 is #C5D0DA. Grayscale: #313131. Windows color (decimal): -12964059 or 2436922. OLE color: 2436922.
HSL color Cylindrical-coordinate representation of color #3A2F25: hue angle of 28.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2F25 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 37 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.77 |
| HSL | 28.57º | 0.22% | 0.19% | - |
| HSV(B) | 28.57º | 0.36% | 0.23% | - |
| XYZ | 3.1 | 3.07 | 2.18 | - |
| YUV | 49.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 37 | 0 | 0.19 | 0.36 | 0.77 | 28.57 | 0.22 | 0.19 |
| Hex | 3A | 2F | 25 | 0 | 13 | 24 | 4D | 1D | 16 | 13 |
| Octal | 72 | 57 | 45 | 0 | 23 | 44 | 115 | 35 | 26 | 23 |
| Binary | 111010 | 101111 | 100101 | 0 | 10011 | 100100 | 1001101 | 11101 | 10110 | 10011 |
Color Harmonies of #3A2F25
Complementary color
Monochromatic Colors of #3A2F25
Black with #3A2F25
Text Example
Text Example
White with #3A2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F25; }
p { color: rgb(58,47,37); }
H1.HeaderClassName
{
color: #3A2F25;
}
.AnyTagClassName
{
color: #3A2F25;
}
</style>
background-color css
<style>
a { background-color: #3A2F25; }
a { background-color: rgb(58,47,37); }
div.DivClassName
{
background-color: #3A2F25;
}
.BgClassName
{
background-color: #3A2F25;
}
</style>
border-color css
<style>
span { border-color: #3A2F25; }
span { border-color: rgb(58,47,37); }
td.TdClassName
{
border-color: #3A2F25;
}
.TagClassName
{
border-color: #3A2F25;
}
</style>