Shades of Cola #382E24
Tints of Cola #382E24
RGB
CMYK
RGB Variations
Color information
#382E24 (or 0x382E24) is known color: Cola. HEX triplet: 38, 2E and 24. RGB value is (56,46,36). Sum of RGB (Red+Green+Blue) = 56+46+36=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E24 is #C7D1DB. Grayscale: #2F2F2F. Windows color (decimal): -13095388 or 2371128. OLE color: 2371128.
HSL color Cylindrical-coordinate representation of color #382E24: hue angle of 30º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382E24 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 36 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.78 |
| HSL | 30º | 0.22% | 0.18% | - |
| HSV(B) | 30º | 0.36% | 0.22% | - |
| XYZ | 2.93 | 2.92 | 2.08 | - |
| YUV | 47.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 36 | 0 | 0.18 | 0.36 | 0.78 | 30 | 0.22 | 0.18 |
| Hex | 38 | 2E | 24 | 0 | 12 | 24 | 4E | 1E | 16 | 12 |
| Octal | 70 | 56 | 44 | 0 | 22 | 44 | 116 | 36 | 26 | 22 |
| Binary | 111000 | 101110 | 100100 | 0 | 10010 | 100100 | 1001110 | 11110 | 10110 | 10010 |
Color Harmonies of #382E24
Complementary color
Monochromatic Colors of #382E24
Black with #382E24
Text Example
Text Example
White with #382E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E24; }
p { color: rgb(56,46,36); }
H1.HeaderClassName
{
color: #382E24;
}
.AnyTagClassName
{
color: #382E24;
}
</style>
background-color css
<style>
a { background-color: #382E24; }
a { background-color: rgb(56,46,36); }
div.DivClassName
{
background-color: #382E24;
}
.BgClassName
{
background-color: #382E24;
}
</style>
border-color css
<style>
span { border-color: #382E24; }
span { border-color: rgb(56,46,36); }
td.TdClassName
{
border-color: #382E24;
}
.TagClassName
{
border-color: #382E24;
}
</style>