#35322A

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

Shades of Graphite #35322A

Tints of Graphite #35322A

Color information

#35322A (or 0x35322A) is unknown color: approx Graphite. HEX triplet: 35, 32 and 2A. RGB value is (53,50,42). Sum of RGB (Red+Green+Blue) = 53+50+42=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #35322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322A is #CACDD5. Grayscale: #323232. Windows color (decimal): -13290966 or 2765365. OLE color: 2765365.

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

Color convert

RGB535042-
CMYK00.060.210.79
HSL43.64º11.58%18.63%-
HSV(B)43.64º20.75%20.78%-
XYZ3.033.212.65-
YUV49.98123.49130.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=36.55%
G=34.48%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53504200.060.210.7943.6411.5818.63
Hex35322A06154F2cc13
Octal6562520625117541423
Binary1101011100101010100110101011001111101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35322A; }

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

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

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

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

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

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

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

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