Html Css Color HEX #352C2A Diesel

📋 copy color: '#352C2A'

red 53 ◦ green 44 ◦ blue 42

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

Shades of Diesel #352C2A

Tints of Diesel #352C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 38.13%
G = 31.65%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#352C2A (or 0x352C2A) is known color: Diesel. HEX triplet: 35, 2C and 2A. RGB value is (53,44,42). Sum of RGB (Red+Green+Blue) = 53+44+42=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C2A is #CAD3D5. Grayscale: #2E2E2E. Windows color (decimal): -13292502 or 2763829. OLE color: 2763829.

HSL color Cylindrical-coordinate representation of color #352C2A: hue angle of 10.91º 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 #352C2A is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 44 42 -
CMYK 0 0.17 0.21 0.79
HSL 10.91º 0.12% 0.19% -
HSV(B) 10.91º 0.21% 0.21% -
XYZ 2.79 2.73 2.57 -
YUV 46.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 53 44 42 0 0.17 0.21 0.79 10.91 0.12 0.19
Hex 35 2C 2A 0 11 15 4F B C 13
Octal 65 54 52 0 21 25 117 13 14 23
Binary 110101 101100 101010 0 10001 10101 1001111 1011 1100 10011

Color Harmonies of #352C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C2A

Black with #352C2A

Text Example


Text Example

White with #352C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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