Html Css Color HEX #352F2E Diesel

📋 copy color: '#352F2E'

red 53 ◦ green 47 ◦ blue 46

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

Shades of Diesel #352F2E

Tints of Diesel #352F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 36.3%
G = 32.19%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#352F2E (or 0x352F2E) is known color: Diesel. HEX triplet: 35, 2F and 2E. RGB value is (53,47,46). Sum of RGB (Red+Green+Blue) = 53+47+46=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F2E is #CAD0D1. Grayscale: #303030. Windows color (decimal): -13291730 or 3026741. OLE color: 3026741.

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

Color convert

RGB 53 47 46 -
CMYK 0 0.11 0.13 0.79
HSL 8.57º 0.07% 0.19% -
HSV(B) 8.57º 0.13% 0.21% -
XYZ 2.98 2.99 3 -
YUV 48.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 53 47 46 0 0.11 0.13 0.79 8.57 0.07 0.19
Hex 35 2F 2E 0 B D 4F 9 7 13
Octal 65 57 56 0 13 15 117 11 7 23
Binary 110101 101111 101110 0 1011 1101 1001111 1001 111 10011

Color Harmonies of #352F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F2E

Black with #352F2E

Text Example


Text Example

White with #352F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,47,46); }

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

background-color css

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

 a { background-color: rgb(53,47,46); }

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

border-color css

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

 span { border-color: rgb(53,47,46); }

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