Shades of Diesel #3F2925
Tints of Diesel #3F2925
RGB
CMYK
RGB Variations
Color information
#3F2925 (or 0x3F2925) is known color: Diesel. HEX triplet: 3F, 29 and 25. RGB value is (63,41,37). Sum of RGB (Red+Green+Blue) = 63+41+37=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2925 is #C0D6DA. Grayscale: #2F2F2F. Windows color (decimal): -12637915 or 2435391. OLE color: 2435391.
HSL color Cylindrical-coordinate representation of color #3F2925: hue angle of 9.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2925 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 37 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.75 |
| HSL | 9.23º | 0.26% | 0.2% | - |
| HSV(B) | 9.23º | 0.41% | 0.25% | - |
| XYZ | 3.18 | 2.78 | 2.12 | - |
| YUV | 47.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 37 | 0 | 0.35 | 0.41 | 0.75 | 9.23 | 0.26 | 0.2 |
| Hex | 3F | 29 | 25 | 0 | 23 | 29 | 4B | 9 | 1A | 14 |
| Octal | 77 | 51 | 45 | 0 | 43 | 51 | 113 | 11 | 32 | 24 |
| Binary | 111111 | 101001 | 100101 | 0 | 100011 | 101001 | 1001011 | 1001 | 11010 | 10100 |
Color Harmonies of #3F2925
Complementary color
Monochromatic Colors of #3F2925
Black with #3F2925
Text Example
Text Example
White with #3F2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2925; }
p { color: rgb(63,41,37); }
H1.HeaderClassName
{
color: #3F2925;
}
.AnyTagClassName
{
color: #3F2925;
}
</style>
background-color css
<style>
a { background-color: #3F2925; }
a { background-color: rgb(63,41,37); }
div.DivClassName
{
background-color: #3F2925;
}
.BgClassName
{
background-color: #3F2925;
}
</style>
border-color css
<style>
span { border-color: #3F2925; }
span { border-color: rgb(63,41,37); }
td.TdClassName
{
border-color: #3F2925;
}
.TagClassName
{
border-color: #3F2925;
}
</style>