#353328

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

Shades of Graphite #353328

Tints of Graphite #353328

Color information

#353328 (or 0x353328) is unknown color: approx Graphite. HEX triplet: 35, 33 and 28. RGB value is (53,51,40). Sum of RGB (Red+Green+Blue) = 53+51+40=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #353328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353328 is #CACCD7. Grayscale: #323232. Windows color (decimal): -13290712 or 2634549. OLE color: 2634549.

HSL color Cylindrical-coordinate representation of color #353328: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353328 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB535140-
CMYK00.040.250.79
HSL50.77º13.98%18.24%-
HSV(B)50.77º24.53%20.78%-
XYZ3.043.282.48-
YUV50.34122.16129.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=36.81%
G=35.42%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53514000.040.250.7950.7713.9818.24
Hex35332804194F33e12
Octal6563500431117631622
Binary1101011100111010000100110011001111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353328; }

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

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

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

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

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

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

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

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