Shades of Diesel #382C2A
Tints of Diesel #382C2A
RGB
CMYK
RGB Variations
Color information
#382C2A (or 0x382C2A) is known color: Diesel. HEX triplet: 38, 2C and 2A. RGB value is (56,44,42). Sum of RGB (Red+Green+Blue) = 56+44+42=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2A is #C7D3D5. Grayscale: #2F2F2F. Windows color (decimal): -13095894 or 2763832. OLE color: 2763832.
HSL color Cylindrical-coordinate representation of color #382C2A: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382C2A is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 42 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.78 |
| HSL | 8.57º | 0.14% | 0.19% | - |
| HSV(B) | 8.57º | 0.25% | 0.22% | - |
| XYZ | 2.95 | 2.81 | 2.58 | - |
| YUV | 47.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 42 | 0 | 0.21 | 0.25 | 0.78 | 8.57 | 0.14 | 0.19 |
| Hex | 38 | 2C | 2A | 0 | 15 | 19 | 4E | 9 | E | 13 |
| Octal | 70 | 54 | 52 | 0 | 25 | 31 | 116 | 11 | 16 | 23 |
| Binary | 111000 | 101100 | 101010 | 0 | 10101 | 11001 | 1001110 | 1001 | 1110 | 10011 |
Color Harmonies of #382C2A
Complementary color
Monochromatic Colors of #382C2A
Black with #382C2A
Text Example
Text Example
White with #382C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C2A; }
p { color: rgb(56,44,42); }
H1.HeaderClassName
{
color: #382C2A;
}
.AnyTagClassName
{
color: #382C2A;
}
</style>
background-color css
<style>
a { background-color: #382C2A; }
a { background-color: rgb(56,44,42); }
div.DivClassName
{
background-color: #382C2A;
}
.BgClassName
{
background-color: #382C2A;
}
</style>
border-color css
<style>
span { border-color: #382C2A; }
span { border-color: rgb(56,44,42); }
td.TdClassName
{
border-color: #382C2A;
}
.TagClassName
{
border-color: #382C2A;
}
</style>