Shades of Cola #3F2E1E
Tints of Cola #3F2E1E
RGB
CMYK
RGB Variations
Color information
#3F2E1E (or 0x3F2E1E) is known color: Cola. HEX triplet: 3F, 2E and 1E. RGB value is (63,46,30). Sum of RGB (Red+Green+Blue) = 63+46+30=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E1E is #C0D1E1. Grayscale: #313131. Windows color (decimal): -12636642 or 1977919. OLE color: 1977919.
HSL color Cylindrical-coordinate representation of color #3F2E1E: hue angle of 29.09º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F2E1E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 30 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.75 |
| HSL | 29.09º | 0.35% | 0.18% | - |
| HSV(B) | 29.09º | 0.52% | 0.25% | - |
| XYZ | 3.26 | 3.1 | 1.66 | - |
| YUV | 49.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 30 | 0 | 0.27 | 0.52 | 0.75 | 29.09 | 0.35 | 0.18 |
| Hex | 3F | 2E | 1E | 0 | 1B | 34 | 4B | 1D | 23 | 12 |
| Octal | 77 | 56 | 36 | 0 | 33 | 64 | 113 | 35 | 43 | 22 |
| Binary | 111111 | 101110 | 11110 | 0 | 11011 | 110100 | 1001011 | 11101 | 100011 | 10010 |
Color Harmonies of #3F2E1E
Complementary color
Monochromatic Colors of #3F2E1E
Black with #3F2E1E
Text Example
Text Example
White with #3F2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E1E; }
p { color: rgb(63,46,30); }
H1.HeaderClassName
{
color: #3F2E1E;
}
.AnyTagClassName
{
color: #3F2E1E;
}
</style>
background-color css
<style>
a { background-color: #3F2E1E; }
a { background-color: rgb(63,46,30); }
div.DivClassName
{
background-color: #3F2E1E;
}
.BgClassName
{
background-color: #3F2E1E;
}
</style>
border-color css
<style>
span { border-color: #3F2E1E; }
span { border-color: rgb(63,46,30); }
td.TdClassName
{
border-color: #3F2E1E;
}
.TagClassName
{
border-color: #3F2E1E;
}
</style>