Shades of Diesel #312E2D
Tints of Diesel #312E2D
RGB
CMYK
RGB Variations
Color information
#312E2D (or 0x312E2D) is known color: Diesel. HEX triplet: 31, 2E and 2D. RGB value is (49,46,45). Sum of RGB (Red+Green+Blue) = 49+46+45=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2D is #CED1D2. Grayscale: #2E2E2E. Windows color (decimal): -13554131 or 2960945. OLE color: 2960945.
HSL color Cylindrical-coordinate representation of color #312E2D: hue angle of 15º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #312E2D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 49 | 46 | 45 | - |
CMYK | 0 | 0.06 | 0.08 | 0.81 |
HSL | 15º | 0.04% | 0.18% | - |
HSV(B) | 15º | 0.08% | 0.19% | - |
XYZ | 2.72 | 2.8 | 2.88 | - |
YUV | 46.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 46 | 45 | 0 | 0.06 | 0.08 | 0.81 | 15 | 0.04 | 0.18 |
Hex | 31 | 2E | 2D | 0 | 6 | 8 | 51 | F | 4 | 12 |
Octal | 61 | 56 | 55 | 0 | 6 | 10 | 121 | 17 | 4 | 22 |
Binary | 110001 | 101110 | 101101 | 0 | 110 | 1000 | 1010001 | 1111 | 100 | 10010 |
Color Harmonies of #312E2D
Complementary color
Monochromatic Colors of #312E2D
Black with #312E2D
Text Example
Text Example
White with #312E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E2D; }
p { color: rgb(49,46,45); }
H1.HeaderClassName
{
color: #312E2D;
}
.AnyTagClassName
{
color: #312E2D;
}
</style>
background-color css
<style>
a { background-color: #312E2D; }
a { background-color: rgb(49,46,45); }
div.DivClassName
{
background-color: #312E2D;
}
.BgClassName
{
background-color: #312E2D;
}
</style>
border-color css
<style>
span { border-color: #312E2D; }
span { border-color: rgb(49,46,45); }
td.TdClassName
{
border-color: #312E2D;
}
.TagClassName
{
border-color: #312E2D;
}
</style>