Shades of Cola #382F25
Tints of Cola #382F25
RGB
CMYK
RGB Variations
Color information
#382F25 (or 0x382F25) is known color: Cola. HEX triplet: 38, 2F and 25. RGB value is (56,47,37). Sum of RGB (Red+Green+Blue) = 56+47+37=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F25 is #C7D0DA. Grayscale: #303030. Windows color (decimal): -13095131 or 2436920. OLE color: 2436920.
HSL color Cylindrical-coordinate representation of color #382F25: hue angle of 31.58º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382F25 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 37 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.78 |
| HSL | 31.58º | 0.2% | 0.18% | - |
| HSV(B) | 31.58º | 0.34% | 0.22% | - |
| XYZ | 2.98 | 3.01 | 2.17 | - |
| YUV | 48.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 37 | 0 | 0.16 | 0.34 | 0.78 | 31.58 | 0.2 | 0.18 |
| Hex | 38 | 2F | 25 | 0 | 10 | 22 | 4E | 20 | 14 | 12 |
| Octal | 70 | 57 | 45 | 0 | 20 | 42 | 116 | 40 | 24 | 22 |
| Binary | 111000 | 101111 | 100101 | 0 | 10000 | 100010 | 1001110 | 100000 | 10100 | 10010 |
Color Harmonies of #382F25
Complementary color
Monochromatic Colors of #382F25
Black with #382F25
Text Example
Text Example
White with #382F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F25; }
p { color: rgb(56,47,37); }
H1.HeaderClassName
{
color: #382F25;
}
.AnyTagClassName
{
color: #382F25;
}
</style>
background-color css
<style>
a { background-color: #382F25; }
a { background-color: rgb(56,47,37); }
div.DivClassName
{
background-color: #382F25;
}
.BgClassName
{
background-color: #382F25;
}
</style>
border-color css
<style>
span { border-color: #382F25; }
span { border-color: rgb(56,47,37); }
td.TdClassName
{
border-color: #382F25;
}
.TagClassName
{
border-color: #382F25;
}
</style>