Shades of Diesel #382E2C
Tints of Diesel #382E2C
RGB
CMYK
RGB Variations
Color information
#382E2C (or 0x382E2C) is known color: Diesel. HEX triplet: 38, 2E and 2C. RGB value is (56,46,44). Sum of RGB (Red+Green+Blue) = 56+46+44=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E2C is #C7D1D3. Grayscale: #303030. Windows color (decimal): -13095380 or 2895416. OLE color: 2895416.
HSL color Cylindrical-coordinate representation of color #382E2C: hue angle of 10º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #382E2C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 44 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.78 |
| HSL | 10º | 0.12% | 0.2% | - |
| HSV(B) | 10º | 0.21% | 0.22% | - |
| XYZ | 3.06 | 2.98 | 2.8 | - |
| YUV | 48.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 44 | 0 | 0.18 | 0.21 | 0.78 | 10 | 0.12 | 0.2 |
| Hex | 38 | 2E | 2C | 0 | 12 | 15 | 4E | A | C | 14 |
| Octal | 70 | 56 | 54 | 0 | 22 | 25 | 116 | 12 | 14 | 24 |
| Binary | 111000 | 101110 | 101100 | 0 | 10010 | 10101 | 1001110 | 1010 | 1100 | 10100 |
Color Harmonies of #382E2C
Complementary color
Monochromatic Colors of #382E2C
Black with #382E2C
Text Example
Text Example
White with #382E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E2C; }
p { color: rgb(56,46,44); }
H1.HeaderClassName
{
color: #382E2C;
}
.AnyTagClassName
{
color: #382E2C;
}
</style>
background-color css
<style>
a { background-color: #382E2C; }
a { background-color: rgb(56,46,44); }
div.DivClassName
{
background-color: #382E2C;
}
.BgClassName
{
background-color: #382E2C;
}
</style>
border-color css
<style>
span { border-color: #382E2C; }
span { border-color: rgb(56,46,44); }
td.TdClassName
{
border-color: #382E2C;
}
.TagClassName
{
border-color: #382E2C;
}
</style>