Shades of Cola #382C21
Tints of Cola #382C21
RGB
CMYK
RGB Variations
Color information
#382C21 (or 0x382C21) is known color: Cola. HEX triplet: 38, 2C and 21. RGB value is (56,44,33). Sum of RGB (Red+Green+Blue) = 56+44+33=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C21 is #C7D3DE. Grayscale: #2E2E2E. Windows color (decimal): -13095903 or 2174008. OLE color: 2174008.
HSL color Cylindrical-coordinate representation of color #382C21: hue angle of 28.7º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382C21 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 33 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.78 |
| HSL | 28.7º | 0.26% | 0.17% | - |
| HSV(B) | 28.7º | 0.41% | 0.22% | - |
| XYZ | 2.81 | 2.75 | 1.82 | - |
| YUV | 46.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 33 | 0 | 0.21 | 0.41 | 0.78 | 28.7 | 0.26 | 0.17 |
| Hex | 38 | 2C | 21 | 0 | 15 | 29 | 4E | 1D | 1A | 11 |
| Octal | 70 | 54 | 41 | 0 | 25 | 51 | 116 | 35 | 32 | 21 |
| Binary | 111000 | 101100 | 100001 | 0 | 10101 | 101001 | 1001110 | 11101 | 11010 | 10001 |
Color Harmonies of #382C21
Complementary color
Monochromatic Colors of #382C21
Black with #382C21
Text Example
Text Example
White with #382C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C21; }
p { color: rgb(56,44,33); }
H1.HeaderClassName
{
color: #382C21;
}
.AnyTagClassName
{
color: #382C21;
}
</style>
background-color css
<style>
a { background-color: #382C21; }
a { background-color: rgb(56,44,33); }
div.DivClassName
{
background-color: #382C21;
}
.BgClassName
{
background-color: #382C21;
}
</style>
border-color css
<style>
span { border-color: #382C21; }
span { border-color: rgb(56,44,33); }
td.TdClassName
{
border-color: #382C21;
}
.TagClassName
{
border-color: #382C21;
}
</style>