#353229

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

Shades of Graphite #353229

Tints of Graphite #353229

Color information

#353229 (or 0x353229) is unknown color: approx Graphite. HEX triplet: 35, 32 and 29. RGB value is (53,50,41). Sum of RGB (Red+Green+Blue) = 53+50+41=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #353229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353229 is #CACDD6. Grayscale: #313131. Windows color (decimal): -13290967 or 2699829. OLE color: 2699829.

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

Color convert

RGB535041-
CMYK00.060.230.79
HSL45º12.77%18.43%-
HSV(B)45º22.64%20.78%-
XYZ3.013.22.56-
YUV49.87122.99130.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=36.81%
G=34.72%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53504100.060.230.794512.7718.43
Hex35322906174F2dd12
Octal6562510627117551522
Binary1101011100101010010110101111001111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353229; }

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

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

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

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

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

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

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

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