Shades of Diesel #3F2B29
Tints of Diesel #3F2B29
RGB
CMYK
RGB Variations
Color information
#3F2B29 (or 0x3F2B29) is known color: Diesel. HEX triplet: 3F, 2B and 29. RGB value is (63,43,41). Sum of RGB (Red+Green+Blue) = 63+43+41=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B29 is #C0D4D6. Grayscale: #303030. Windows color (decimal): -12637399 or 2698047. OLE color: 2698047.
HSL color Cylindrical-coordinate representation of color #3F2B29: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F2B29 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 41 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.75 |
| HSL | 5.45º | 0.21% | 0.2% | - |
| HSV(B) | 5.45º | 0.35% | 0.25% | - |
| XYZ | 3.31 | 2.94 | 2.49 | - |
| YUV | 48.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 41 | 0 | 0.32 | 0.35 | 0.75 | 5.45 | 0.21 | 0.2 |
| Hex | 3F | 2B | 29 | 0 | 20 | 23 | 4B | 5 | 15 | 14 |
| Octal | 77 | 53 | 51 | 0 | 40 | 43 | 113 | 5 | 25 | 24 |
| Binary | 111111 | 101011 | 101001 | 0 | 100000 | 100011 | 1001011 | 101 | 10101 | 10100 |
Color Harmonies of #3F2B29
Complementary color
Monochromatic Colors of #3F2B29
Black with #3F2B29
Text Example
Text Example
White with #3F2B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B29; }
p { color: rgb(63,43,41); }
H1.HeaderClassName
{
color: #3F2B29;
}
.AnyTagClassName
{
color: #3F2B29;
}
</style>
background-color css
<style>
a { background-color: #3F2B29; }
a { background-color: rgb(63,43,41); }
div.DivClassName
{
background-color: #3F2B29;
}
.BgClassName
{
background-color: #3F2B29;
}
</style>
border-color css
<style>
span { border-color: #3F2B29; }
span { border-color: rgb(63,43,41); }
td.TdClassName
{
border-color: #3F2B29;
}
.TagClassName
{
border-color: #3F2B29;
}
</style>