#352D2A

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

Shades of Diesel #352D2A

Tints of Diesel #352D2A

Color information

#352D2A (or 0x352D2A) is unknown color: approx Diesel. HEX triplet: 35, 2D and 2A. RGB value is (53,45,42). Sum of RGB (Red+Green+Blue) = 53+45+42=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D2A is #CAD2D5. Grayscale: #2F2F2F. Windows color (decimal): -13292246 or 2764085. OLE color: 2764085.

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

Color convert

RGB534542-
CMYK00.150.210.79
HSL16.36º11.58%18.63%-
HSV(B)16.36º20.75%20.78%-
XYZ2.822.82.58-
YUV47.05125.15132.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 42 (16.80% from 255) = 30%
R=37.86%
G=32.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53454200.150.210.7916.3611.5818.63
Hex352D2A0F154F10c13
Octal65555201725117201423
Binary1101011011011010100111110101100111110000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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