#353227

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

Shades of Graphite #353227

Tints of Graphite #353227

Color information

#353227 (or 0x353227) is unknown color: approx Graphite. HEX triplet: 35, 32 and 27. RGB value is (53,50,39). Sum of RGB (Red+Green+Blue) = 53+50+39=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #353227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353227 is #CACDD8. Grayscale: #313131. Windows color (decimal): -13290969 or 2568757. OLE color: 2568757.

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

Color convert

RGB535039-
CMYK00.060.260.79
HSL47.14º15.22%18.04%-
HSV(B)47.14º26.42%20.78%-
XYZ2.983.182.38-
YUV49.64121.99130.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=37.32%
G=35.21%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53503900.060.260.7947.1415.2218.04
Hex353227061A4F2ff12
Octal6562470632117571722
Binary1101011100101001110110110101001111101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353227; }

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

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

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

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

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

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

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

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