Shades of Diesel #3D2B27
Tints of Diesel #3D2B27
RGB
CMYK
RGB Variations
Color information
#3D2B27 (or 0x3D2B27) is known color: Diesel. HEX triplet: 3D, 2B and 27. RGB value is (61,43,39). Sum of RGB (Red+Green+Blue) = 61+43+39=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B27 is #C2D4D8. Grayscale: #2F2F2F. Windows color (decimal): -12768473 or 2566973. OLE color: 2566973.
HSL color Cylindrical-coordinate representation of color #3D2B27: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D2B27 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 43 | 39 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.76 |
| HSL | 10.91º | 0.22% | 0.2% | - |
| HSV(B) | 10.91º | 0.36% | 0.24% | - |
| XYZ | 3.15 | 2.87 | 2.31 | - |
| YUV | 47.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 39 | 0 | 0.30 | 0.36 | 0.76 | 10.91 | 0.22 | 0.2 |
| Hex | 3D | 2B | 27 | 0 | 1E | 24 | 4C | B | 16 | 14 |
| Octal | 75 | 53 | 47 | 0 | 36 | 44 | 114 | 13 | 26 | 24 |
| Binary | 111101 | 101011 | 100111 | 0 | 11110 | 100100 | 1001100 | 1011 | 10110 | 10100 |
Color Harmonies of #3D2B27
Complementary color
Monochromatic Colors of #3D2B27
Black with #3D2B27
Text Example
Text Example
White with #3D2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B27; }
p { color: rgb(61,43,39); }
H1.HeaderClassName
{
color: #3D2B27;
}
.AnyTagClassName
{
color: #3D2B27;
}
</style>
background-color css
<style>
a { background-color: #3D2B27; }
a { background-color: rgb(61,43,39); }
div.DivClassName
{
background-color: #3D2B27;
}
.BgClassName
{
background-color: #3D2B27;
}
</style>
border-color css
<style>
span { border-color: #3D2B27; }
span { border-color: rgb(61,43,39); }
td.TdClassName
{
border-color: #3D2B27;
}
.TagClassName
{
border-color: #3D2B27;
}
</style>