Shades of Cola #3A2F23
Tints of Cola #3A2F23
RGB
CMYK
RGB Variations
Color information
#3A2F23 (or 0x3A2F23) is known color: Cola. HEX triplet: 3A, 2F and 23. RGB value is (58,47,35). Sum of RGB (Red+Green+Blue) = 58+47+35=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F23 is #C5D0DC. Grayscale: #303030. Windows color (decimal): -12964061 or 2305850. OLE color: 2305850.
HSL color Cylindrical-coordinate representation of color #3A2F23: hue angle of 31.3º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2F23 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 35 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.77 |
| HSL | 31.3º | 0.25% | 0.18% | - |
| HSV(B) | 31.3º | 0.4% | 0.23% | - |
| XYZ | 3.06 | 3.05 | 2.02 | - |
| YUV | 48.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 35 | 0 | 0.19 | 0.40 | 0.77 | 31.3 | 0.25 | 0.18 |
| Hex | 3A | 2F | 23 | 0 | 13 | 28 | 4D | 1F | 19 | 12 |
| Octal | 72 | 57 | 43 | 0 | 23 | 50 | 115 | 37 | 31 | 22 |
| Binary | 111010 | 101111 | 100011 | 0 | 10011 | 101000 | 1001101 | 11111 | 11001 | 10010 |
Color Harmonies of #3A2F23
Complementary color
Monochromatic Colors of #3A2F23
Black with #3A2F23
Text Example
Text Example
White with #3A2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F23; }
p { color: rgb(58,47,35); }
H1.HeaderClassName
{
color: #3A2F23;
}
.AnyTagClassName
{
color: #3A2F23;
}
</style>
background-color css
<style>
a { background-color: #3A2F23; }
a { background-color: rgb(58,47,35); }
div.DivClassName
{
background-color: #3A2F23;
}
.BgClassName
{
background-color: #3A2F23;
}
</style>
border-color css
<style>
span { border-color: #3A2F23; }
span { border-color: rgb(58,47,35); }
td.TdClassName
{
border-color: #3A2F23;
}
.TagClassName
{
border-color: #3A2F23;
}
</style>