#353225

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

Shades of Graphite #353225

Tints of Graphite #353225

Color information

#353225 (or 0x353225) is unknown color: approx Graphite. HEX triplet: 35, 32 and 25. RGB value is (53,50,37). Sum of RGB (Red+Green+Blue) = 53+50+37=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #353225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353225 is #CACDDA. Grayscale: #313131. Windows color (decimal): -13290971 or 2437685. OLE color: 2437685.

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

Color convert

RGB535037-
CMYK00.060.300.79
HSL48.75º17.78%17.65%-
HSV(B)48.75º30.19%20.78%-
XYZ2.943.172.21-
YUV49.41120.99130.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=37.86%
G=35.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53503700.060.300.7948.7517.7817.65
Hex353225061E4F311212
Octal6562450636117612222
Binary11010111001010010101101111010011111100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353225; }

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

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

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

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

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

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

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

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