#352B28

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

Shades of Diesel #352B28

Tints of Diesel #352B28

Color information

#352B28 (or 0x352B28) is unknown color: approx Diesel. HEX triplet: 35, 2B and 28. RGB value is (53,43,40). Sum of RGB (Red+Green+Blue) = 53+43+40=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B28 is #CAD4D7. Grayscale: #2D2D2D. Windows color (decimal): -13292760 or 2632501. OLE color: 2632501.

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

Color convert

RGB534340-
CMYK00.190.250.79
HSL13.85º13.98%18.24%-
HSV(B)13.85º24.53%20.78%-
XYZ2.722.642.37-
YUV45.65124.81133.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=38.97%
G=31.62%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53434000.190.250.7913.8513.9818.24
Hex352B28013194Fee12
Octal65535002331117161622
Binary1101011010111010000100111100110011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,40); }

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

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

 a { background-color: rgb(53,43,40); }

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

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

 span { border-color: rgb(53,43,40); }

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