#352E2C

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

Shades of Diesel #352E2C

Tints of Diesel #352E2C

Color information

#352E2C (or 0x352E2C) is unknown color: approx Diesel. HEX triplet: 35, 2E and 2C. RGB value is (53,46,44). Sum of RGB (Red+Green+Blue) = 53+46+44=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E2C is #CAD1D3. Grayscale: #2F2F2F. Windows color (decimal): -13291988 or 2895413. OLE color: 2895413.

HSL color Cylindrical-coordinate representation of color #352E2C: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352E2C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB534644-
CMYK00.130.170.79
HSL13.33º9.28%19.02%-
HSV(B)13.33º16.98%20.78%-
XYZ2.92.892.79-
YUV47.86125.82131.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=37.06%
G=32.17%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53464400.130.170.7913.339.2819.02
Hex352E2C0D114Fd913
Octal65565401521117151123
Binary110101101110101100011011000110011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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