Shades of Diesel #382B28
Tints of Diesel #382B28
RGB
CMYK
RGB Variations
Color information
#382B28 (or 0x382B28) is known color: Diesel. HEX triplet: 38, 2B and 28. RGB value is (56,43,40). Sum of RGB (Red+Green+Blue) = 56+43+40=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B28 is #C7D4D7. Grayscale: #2E2E2E. Windows color (decimal): -13096152 or 2632504. OLE color: 2632504.
HSL color Cylindrical-coordinate representation of color #382B28: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #382B28 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 40 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.78 |
| HSL | 11.25º | 0.17% | 0.19% | - |
| HSV(B) | 11.25º | 0.29% | 0.22% | - |
| XYZ | 2.88 | 2.72 | 2.38 | - |
| YUV | 46.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 40 | 0 | 0.23 | 0.29 | 0.78 | 11.25 | 0.17 | 0.19 |
| Hex | 38 | 2B | 28 | 0 | 17 | 1D | 4E | B | 11 | 13 |
| Octal | 70 | 53 | 50 | 0 | 27 | 35 | 116 | 13 | 21 | 23 |
| Binary | 111000 | 101011 | 101000 | 0 | 10111 | 11101 | 1001110 | 1011 | 10001 | 10011 |
Color Harmonies of #382B28
Complementary color
Monochromatic Colors of #382B28
Black with #382B28
Text Example
Text Example
White with #382B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B28; }
p { color: rgb(56,43,40); }
H1.HeaderClassName
{
color: #382B28;
}
.AnyTagClassName
{
color: #382B28;
}
</style>
background-color css
<style>
a { background-color: #382B28; }
a { background-color: rgb(56,43,40); }
div.DivClassName
{
background-color: #382B28;
}
.BgClassName
{
background-color: #382B28;
}
</style>
border-color css
<style>
span { border-color: #382B28; }
span { border-color: rgb(56,43,40); }
td.TdClassName
{
border-color: #382B28;
}
.TagClassName
{
border-color: #382B28;
}
</style>