Shades of Diesel #382B29
Tints of Diesel #382B29
RGB
CMYK
RGB Variations
Color information
#382B29 (or 0x382B29) is known color: Diesel. HEX triplet: 38, 2B and 29. RGB value is (56,43,41). Sum of RGB (Red+Green+Blue) = 56+43+41=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B29 is #C7D4D6. Grayscale: #2E2E2E. Windows color (decimal): -13096151 or 2698040. OLE color: 2698040.
HSL color Cylindrical-coordinate representation of color #382B29: hue angle of 8º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #382B29 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 41 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.78 |
| HSL | 8º | 0.15% | 0.19% | - |
| HSV(B) | 8º | 0.27% | 0.22% | - |
| XYZ | 2.9 | 2.73 | 2.47 | - |
| YUV | 46.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 41 | 0 | 0.23 | 0.27 | 0.78 | 8 | 0.15 | 0.19 |
| Hex | 38 | 2B | 29 | 0 | 17 | 1B | 4E | 8 | F | 13 |
| Octal | 70 | 53 | 51 | 0 | 27 | 33 | 116 | 10 | 17 | 23 |
| Binary | 111000 | 101011 | 101001 | 0 | 10111 | 11011 | 1001110 | 1000 | 1111 | 10011 |
Color Harmonies of #382B29
Complementary color
Monochromatic Colors of #382B29
Black with #382B29
Text Example
Text Example
White with #382B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B29; }
p { color: rgb(56,43,41); }
H1.HeaderClassName
{
color: #382B29;
}
.AnyTagClassName
{
color: #382B29;
}
</style>
background-color css
<style>
a { background-color: #382B29; }
a { background-color: rgb(56,43,41); }
div.DivClassName
{
background-color: #382B29;
}
.BgClassName
{
background-color: #382B29;
}
</style>
border-color css
<style>
span { border-color: #382B29; }
span { border-color: rgb(56,43,41); }
td.TdClassName
{
border-color: #382B29;
}
.TagClassName
{
border-color: #382B29;
}
</style>