Html Css Color HEX #353329 Graphite

📋 copy color: '#353329'

red 53 ◦ green 51 ◦ blue 41

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

Shades of Graphite #353329

Tints of Graphite #353329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 36.55%
G = 35.17%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#353329 (or 0x353329) is known color: Graphite. HEX triplet: 35, 33 and 29. RGB value is (53,51,41). Sum of RGB (Red+Green+Blue) = 53+51+41=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #353329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353329 is #CACCD6. Grayscale: #323232. Windows color (decimal): -13290711 or 2700085. OLE color: 2700085.

HSL color Cylindrical-coordinate representation of color #353329: hue angle of 50º 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 #353329 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 41 -
CMYK 0 0.04 0.23 0.79
HSL 50º 0.13% 0.18% -
HSV(B) 50º 0.23% 0.21% -
XYZ 3.05 3.28 2.57 -
YUV 50.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 53 51 41 0 0.04 0.23 0.79 50 0.13 0.18
Hex 35 33 29 0 4 17 4F 32 D 12
Octal 65 63 51 0 4 27 117 62 15 22
Binary 110101 110011 101001 0 100 10111 1001111 110010 1101 10010

Color Harmonies of #353329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353329

Black with #353329

Text Example


Text Example

White with #353329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353329; }

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

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

background-color css

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

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

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

border-color css

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

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

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