Shades of Diesel #382A27
Tints of Diesel #382A27
RGB
CMYK
RGB Variations
Color information
#382A27 (or 0x382A27) is known color: Diesel. HEX triplet: 38, 2A and 27. RGB value is (56,42,39). Sum of RGB (Red+Green+Blue) = 56+42+39=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A27 is #C7D5D8. Grayscale: #2D2D2D. Windows color (decimal): -13096409 or 2566712. OLE color: 2566712.
HSL color Cylindrical-coordinate representation of color #382A27: hue angle of 10.59º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382A27 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 39 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.78 |
| HSL | 10.59º | 0.18% | 0.19% | - |
| HSV(B) | 10.59º | 0.3% | 0.22% | - |
| XYZ | 2.83 | 2.64 | 2.28 | - |
| YUV | 45.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 39 | 0 | 0.25 | 0.30 | 0.78 | 10.59 | 0.18 | 0.19 |
| Hex | 38 | 2A | 27 | 0 | 19 | 1E | 4E | B | 12 | 13 |
| Octal | 70 | 52 | 47 | 0 | 31 | 36 | 116 | 13 | 22 | 23 |
| Binary | 111000 | 101010 | 100111 | 0 | 11001 | 11110 | 1001110 | 1011 | 10010 | 10011 |
Color Harmonies of #382A27
Complementary color
Monochromatic Colors of #382A27
Black with #382A27
Text Example
Text Example
White with #382A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A27; }
p { color: rgb(56,42,39); }
H1.HeaderClassName
{
color: #382A27;
}
.AnyTagClassName
{
color: #382A27;
}
</style>
background-color css
<style>
a { background-color: #382A27; }
a { background-color: rgb(56,42,39); }
div.DivClassName
{
background-color: #382A27;
}
.BgClassName
{
background-color: #382A27;
}
</style>
border-color css
<style>
span { border-color: #382A27; }
span { border-color: rgb(56,42,39); }
td.TdClassName
{
border-color: #382A27;
}
.TagClassName
{
border-color: #382A27;
}
</style>