#35311C

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

Shades of Graphite #35311C

Tints of Graphite #35311C

Color information

#35311C (or 0x35311C) is unknown color: approx Graphite. HEX triplet: 35, 31 and 1C. RGB value is (53,49,28). Sum of RGB (Red+Green+Blue) = 53+49+28=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311C is #CACEE3. Grayscale: #2F2F2F. Windows color (decimal): -13291236 or 1847605. OLE color: 1847605.

HSL color Cylindrical-coordinate representation of color #35311C: hue angle of 50.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35311C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB534928-
CMYK00.080.470.79
HSL50.4º30.86%15.88%-
HSV(B)50.4º47.17%20.78%-
XYZ2.783.041.54-
YUV47.8116.83131.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=40.77%
G=37.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53492800.080.470.7950.430.8615.88
Hex35311C082F4F321f10
Octal65613401057117623720
Binary110101110001111000100010111110011111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35311C; }

 p { color: rgb(53,49,28); }

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

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

 a { background-color: rgb(53,49,28); }

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

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

 span { border-color: rgb(53,49,28); }

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