Shades of Diesel #3A2C2A
Tints of Diesel #3A2C2A
RGB
CMYK
RGB Variations
Color information
#3A2C2A (or 0x3A2C2A) is known color: Diesel. HEX triplet: 3A, 2C and 2A. RGB value is (58,44,42). Sum of RGB (Red+Green+Blue) = 58+44+42=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C2A is #C5D3D5. Grayscale: #2F2F2F. Windows color (decimal): -12964822 or 2763834. OLE color: 2763834.
HSL color Cylindrical-coordinate representation of color #3A2C2A: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A2C2A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 42 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.77 |
| HSL | 7.5º | 0.16% | 0.2% | - |
| HSV(B) | 7.5º | 0.28% | 0.23% | - |
| XYZ | 3.06 | 2.87 | 2.58 | - |
| YUV | 47.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 42 | 0 | 0.24 | 0.28 | 0.77 | 7.5 | 0.16 | 0.2 |
| Hex | 3A | 2C | 2A | 0 | 18 | 1C | 4D | 8 | 10 | 14 |
| Octal | 72 | 54 | 52 | 0 | 30 | 34 | 115 | 10 | 20 | 24 |
| Binary | 111010 | 101100 | 101010 | 0 | 11000 | 11100 | 1001101 | 1000 | 10000 | 10100 |
Color Harmonies of #3A2C2A
Complementary color
Monochromatic Colors of #3A2C2A
Black with #3A2C2A
Text Example
Text Example
White with #3A2C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C2A; }
p { color: rgb(58,44,42); }
H1.HeaderClassName
{
color: #3A2C2A;
}
.AnyTagClassName
{
color: #3A2C2A;
}
</style>
background-color css
<style>
a { background-color: #3A2C2A; }
a { background-color: rgb(58,44,42); }
div.DivClassName
{
background-color: #3A2C2A;
}
.BgClassName
{
background-color: #3A2C2A;
}
</style>
border-color css
<style>
span { border-color: #3A2C2A; }
span { border-color: rgb(58,44,42); }
td.TdClassName
{
border-color: #3A2C2A;
}
.TagClassName
{
border-color: #3A2C2A;
}
</style>