Shades of Diesel #3B2D2B
Tints of Diesel #3B2D2B
RGB
CMYK
RGB Variations
Color information
#3B2D2B (or 0x3B2D2B) is known color: Diesel. HEX triplet: 3B, 2D and 2B. RGB value is (59,45,43). Sum of RGB (Red+Green+Blue) = 59+45+43=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D2B is #C4D2D4. Grayscale: #303030. Windows color (decimal): -12899029 or 2829627. OLE color: 2829627.
HSL color Cylindrical-coordinate representation of color #3B2D2B: 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.27%. Process color model (Four color, CMYK) of #3B2D2B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 43 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.77 |
| HSL | 7.5º | 0.16% | 0.2% | - |
| HSV(B) | 7.5º | 0.27% | 0.23% | - |
| XYZ | 3.18 | 2.98 | 2.69 | - |
| YUV | 48.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 43 | 0 | 0.24 | 0.27 | 0.77 | 7.5 | 0.16 | 0.2 |
| Hex | 3B | 2D | 2B | 0 | 18 | 1B | 4D | 8 | 10 | 14 |
| Octal | 73 | 55 | 53 | 0 | 30 | 33 | 115 | 10 | 20 | 24 |
| Binary | 111011 | 101101 | 101011 | 0 | 11000 | 11011 | 1001101 | 1000 | 10000 | 10100 |
Color Harmonies of #3B2D2B
Complementary color
Monochromatic Colors of #3B2D2B
Black with #3B2D2B
Text Example
Text Example
White with #3B2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D2B; }
p { color: rgb(59,45,43); }
H1.HeaderClassName
{
color: #3B2D2B;
}
.AnyTagClassName
{
color: #3B2D2B;
}
</style>
background-color css
<style>
a { background-color: #3B2D2B; }
a { background-color: rgb(59,45,43); }
div.DivClassName
{
background-color: #3B2D2B;
}
.BgClassName
{
background-color: #3B2D2B;
}
</style>
border-color css
<style>
span { border-color: #3B2D2B; }
span { border-color: rgb(59,45,43); }
td.TdClassName
{
border-color: #3B2D2B;
}
.TagClassName
{
border-color: #3B2D2B;
}
</style>