Shades of Cola #382F26
Tints of Cola #382F26
RGB
CMYK
RGB Variations
Color information
#382F26 (or 0x382F26) is known color: Cola. HEX triplet: 38, 2F and 26. RGB value is (56,47,38). Sum of RGB (Red+Green+Blue) = 56+47+38=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F26 is #C7D0D9. Grayscale: #303030. Windows color (decimal): -13095130 or 2502456. OLE color: 2502456.
HSL color Cylindrical-coordinate representation of color #382F26: hue angle of 30º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382F26 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 38 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.78 |
| HSL | 30º | 0.19% | 0.18% | - |
| HSV(B) | 30º | 0.32% | 0.22% | - |
| XYZ | 3 | 3.01 | 2.26 | - |
| YUV | 48.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 38 | 0 | 0.16 | 0.32 | 0.78 | 30 | 0.19 | 0.18 |
| Hex | 38 | 2F | 26 | 0 | 10 | 20 | 4E | 1E | 13 | 12 |
| Octal | 70 | 57 | 46 | 0 | 20 | 40 | 116 | 36 | 23 | 22 |
| Binary | 111000 | 101111 | 100110 | 0 | 10000 | 100000 | 1001110 | 11110 | 10011 | 10010 |
Color Harmonies of #382F26
Complementary color
Monochromatic Colors of #382F26
Black with #382F26
Text Example
Text Example
White with #382F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F26; }
p { color: rgb(56,47,38); }
H1.HeaderClassName
{
color: #382F26;
}
.AnyTagClassName
{
color: #382F26;
}
</style>
background-color css
<style>
a { background-color: #382F26; }
a { background-color: rgb(56,47,38); }
div.DivClassName
{
background-color: #382F26;
}
.BgClassName
{
background-color: #382F26;
}
</style>
border-color css
<style>
span { border-color: #382F26; }
span { border-color: rgb(56,47,38); }
td.TdClassName
{
border-color: #382F26;
}
.TagClassName
{
border-color: #382F26;
}
</style>