#352D2B

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

Shades of Diesel #352D2B

Tints of Diesel #352D2B

Color information

#352D2B (or 0x352D2B) is unknown color: approx Diesel. HEX triplet: 35, 2D and 2B. RGB value is (53,45,43). Sum of RGB (Red+Green+Blue) = 53+45+43=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D2B is #CAD2D4. Grayscale: #2F2F2F. Windows color (decimal): -13292245 or 2829621. OLE color: 2829621.

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

Color convert

RGB534543-
CMYK00.150.190.79
HSL12º10.42%18.82%-
HSV(B)12º18.87%20.78%-
XYZ2.842.812.68-
YUV47.16125.65132.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=37.59%
G=31.91%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53454300.150.190.791210.4218.82
Hex352D2B0F134Fca13
Octal65555301723117141223
Binary110101101101101011011111001110011111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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