Html Css Color HEX #352C29 Diesel

📋 copy color: '#352C29'

red 53 ◦ green 44 ◦ blue 41

#352C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Diesel #352C29

Tints of Diesel #352C29

RGB

 RED value IS 53 (21.09% from 255) = 38.41%

 GREEN value IS 44 (17.58% from 255) = 31.88%

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 38.41%
G = 31.88%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352C29 (or 0x352C29) is known color: Diesel. HEX triplet: 35, 2C and 29. RGB value is (53,44,41). Sum of RGB (Red+Green+Blue) = 53+44+41=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C29 is #CAD3D6. Grayscale: #2E2E2E. Windows color (decimal): -13292503 or 2698293. OLE color: 2698293.

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

Color convert

RGB 53 44 41 -
CMYK 0 0.17 0.23 0.79
HSL 15º 0.13% 0.18% -
HSV(B) 15º 0.23% 0.21% -
XYZ 2.77 2.72 2.48 -
YUV 46.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 53 44 41 0 0.17 0.23 0.79 15 0.13 0.18
Hex 35 2C 29 0 11 17 4F F D 12
Octal 65 54 51 0 21 27 117 17 15 22
Binary 110101 101100 101001 0 10001 10111 1001111 1111 1101 10010

Color Harmonies of #352C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C29

Black with #352C29

Text Example


Text Example

White with #352C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #352C29;
 }
 .AnyTagClassName
 {
   color: #352C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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