#312C2B

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

Shades of Diesel #312C2B

Tints of Diesel #312C2B

Color information

#312C2B (or 0x312C2B) is unknown color: approx Diesel. HEX triplet: 31, 2C and 2B. RGB value is (49,44,43). Sum of RGB (Red+Green+Blue) = 49+44+43=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C2B is #CED3D4. Grayscale: #2D2D2D. Windows color (decimal): -13554645 or 2829361. OLE color: 2829361.

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

Color convert

RGB494443-
CMYK00.100.120.81
HSL10º6.52%18.04%-
HSV(B)10º12.24%19.22%-
XYZ2.62.632.66-
YUV45.38126.66130.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=36.03%
G=32.35%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49444300.100.120.81106.5218.04
Hex312C2B0AC51a712
Octal6154530121412112722
Binary1100011011001010110101011001010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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