Shades of Diesel #3E2A27
Tints of Diesel #3E2A27
RGB
CMYK
RGB Variations
Color information
#3E2A27 (or 0x3E2A27) is known color: Diesel. HEX triplet: 3E, 2A and 27. RGB value is (62,42,39). Sum of RGB (Red+Green+Blue) = 62+42+39=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A27 is #C1D5D8. Grayscale: #2F2F2F. Windows color (decimal): -12703193 or 2566718. OLE color: 2566718.
HSL color Cylindrical-coordinate representation of color #3E2A27: hue angle of 7.83º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E2A27 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 39 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.76 |
| HSL | 7.83º | 0.23% | 0.2% | - |
| HSV(B) | 7.83º | 0.37% | 0.24% | - |
| XYZ | 3.18 | 2.83 | 2.3 | - |
| YUV | 47.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 39 | 0 | 0.32 | 0.37 | 0.76 | 7.83 | 0.23 | 0.2 |
| Hex | 3E | 2A | 27 | 0 | 20 | 25 | 4C | 8 | 17 | 14 |
| Octal | 76 | 52 | 47 | 0 | 40 | 45 | 114 | 10 | 27 | 24 |
| Binary | 111110 | 101010 | 100111 | 0 | 100000 | 100101 | 1001100 | 1000 | 10111 | 10100 |
Color Harmonies of #3E2A27
Complementary color
Monochromatic Colors of #3E2A27
Black with #3E2A27
Text Example
Text Example
White with #3E2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A27; }
p { color: rgb(62,42,39); }
H1.HeaderClassName
{
color: #3E2A27;
}
.AnyTagClassName
{
color: #3E2A27;
}
</style>
background-color css
<style>
a { background-color: #3E2A27; }
a { background-color: rgb(62,42,39); }
div.DivClassName
{
background-color: #3E2A27;
}
.BgClassName
{
background-color: #3E2A27;
}
</style>
border-color css
<style>
span { border-color: #3E2A27; }
span { border-color: rgb(62,42,39); }
td.TdClassName
{
border-color: #3E2A27;
}
.TagClassName
{
border-color: #3E2A27;
}
</style>