#382E2C

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

Shades of Diesel #382E2C

Tints of Diesel #382E2C

Color information

#382E2C (or 0x382E2C) is unknown color: approx Diesel. HEX triplet: 38, 2E and 2C. RGB value is (56,46,44). Sum of RGB (Red+Green+Blue) = 56+46+44=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E2C is #C7D1D3. Grayscale: #303030. Windows color (decimal): -13095380 or 2895416. OLE color: 2895416.

HSL color Cylindrical-coordinate representation of color #382E2C: hue angle of 10º 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 #382E2C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB564644-
CMYK00.180.210.78
HSL10º12%19.61%-
HSV(B)10º21.43%21.96%-
XYZ3.062.982.8-
YUV48.76125.31133.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=38.36%
G=31.51%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56464400.180.210.78101219.61
Hex382E2C012154Eac14
Octal70565402225116121424
Binary1110001011101011000100101010110011101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E2C; }

 p { color: rgb(56,46,44); }

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

<style>
 a { background-color: #382E2C; }

 a { background-color: rgb(56,46,44); }

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

<style>
 span { border-color: #382E2C; }

 span { border-color: rgb(56,46,44); }

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