#35332D

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

Shades of Graphite #35332D

Tints of Graphite #35332D

Color information

#35332D (or 0x35332D) is unknown color: approx Graphite. HEX triplet: 35, 33 and 2D. RGB value is (53,51,45). Sum of RGB (Red+Green+Blue) = 53+51+45=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #35332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35332D is #CACCD2. Grayscale: #323232. Windows color (decimal): -13290707 or 2962229. OLE color: 2962229.

HSL color Cylindrical-coordinate representation of color #35332D: hue angle of 45º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35332D is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB535145-
CMYK00.040.150.79
HSL45º8.16%19.22%-
HSV(B)45º15.09%20.78%-
XYZ3.133.312.96-
YUV50.91124.66129.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=35.57%
G=34.23%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53514500.040.150.79458.1619.22
Hex35332D04F4F2d813
Octal6563550417117551023
Binary110101110011101101010011111001111101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35332D; }

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

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

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

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

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

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

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

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