#353325

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

Shades of Graphite #353325

Tints of Graphite #353325

Color information

#353325 (or 0x353325) is unknown color: approx Graphite. HEX triplet: 35, 33 and 25. RGB value is (53,51,37). Sum of RGB (Red+Green+Blue) = 53+51+37=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #353325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353325 is #CACCDA. Grayscale: #323232. Windows color (decimal): -13290715 or 2437941. OLE color: 2437941.

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

Color convert

RGB535137-
CMYK00.040.300.79
HSL52.5º17.78%17.65%-
HSV(B)52.5º30.19%20.78%-
XYZ2.993.262.22-
YUV50120.66130.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=37.59%
G=36.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53513700.040.300.7952.517.7817.65
Hex353325041E4F341212
Octal6563450436117642222
Binary11010111001110010101001111010011111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353325; }

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

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

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

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

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

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

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

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