#312D2C

Color #312D2C Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #312D2C

Tints of Diesel #312D2C

Color information

#312D2C (or 0x312D2C) is unknown color: approx Diesel. HEX triplet: 31, 2D and 2C. RGB value is (49,45,44). Sum of RGB (Red+Green+Blue) = 49+45+44=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2C is #CED2D3. Grayscale: #2E2E2E. Windows color (decimal): -13554388 or 2895153. OLE color: 2895153.

HSL color Cylindrical-coordinate representation of color #312D2C: hue angle of 12º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312D2C is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB494544-
CMYK00.080.100.81
HSL12º5.38%18.24%-
HSV(B)12º10.2%19.22%-
XYZ2.662.712.77-
YUV46.08126.83130.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=35.51%
G=32.61%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49454400.080.100.81125.3818.24
Hex312D2C08A51c512
Octal6155540101212114522
Binary1100011011011011000100010101010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D2C; }

 p { color: rgb(49,45,44); }

 H1.HeaderClassName
 {
   color: #312D2C;
 }
 .AnyTagClassName
 {
   color: #312D2C;
 }
</style>
background-color css

<style>
 a { background-color: #312D2C; }

 a { background-color: rgb(49,45,44); }

 div.DivClassName
 {
   background-color: #312D2C;
 }
 .BgClassName
 {
   background-color: #312D2C;
 }
</style>
border-color css

<style>
 span { border-color: #312D2C; }

 span { border-color: rgb(49,45,44); }

 td.TdClassName
 {
   border-color: #312D2C;
 }
 .TagClassName
 {
   border-color: #312D2C;
 }
</style>