#392E2D

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

Shades of Diesel #392E2D

Tints of Diesel #392E2D

Color information

#392E2D (or 0x392E2D) is unknown color: approx Diesel. HEX triplet: 39, 2E and 2D. RGB value is (57,46,45). Sum of RGB (Red+Green+Blue) = 57+46+45=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #392E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E2D is #C6D1D2. Grayscale: #313131. Windows color (decimal): -13029843 or 2960953. OLE color: 2960953.

HSL color Cylindrical-coordinate representation of color #392E2D: hue angle of 5º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #392E2D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB574645-
CMYK00.190.210.78
HSL11.76%20%-
HSV(B)21.05%22.35%-
XYZ3.143.012.9-
YUV49.18125.64133.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=38.51%
G=31.08%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57464500.190.210.78511.7620
Hex392E2D013154E5c14
Octal7156550232511651424
Binary111001101110101101010011101011001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E2D; }

 p { color: rgb(57,46,45); }

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

<style>
 a { background-color: #392E2D; }

 a { background-color: rgb(57,46,45); }

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

<style>
 span { border-color: #392E2D; }

 span { border-color: rgb(57,46,45); }

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