#353127

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

Shades of Graphite #353127

Tints of Graphite #353127

Color information

#353127 (or 0x353127) is unknown color: approx Graphite. HEX triplet: 35, 31 and 27. RGB value is (53,49,39). Sum of RGB (Red+Green+Blue) = 53+49+39=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #353127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353127 is #CACED8. Grayscale: #313131. Windows color (decimal): -13291225 or 2568501. OLE color: 2568501.

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

Color convert

RGB534939-
CMYK00.080.260.79
HSL42.86º15.22%18.04%-
HSV(B)42.86º26.42%20.78%-
XYZ2.933.12.36-
YUV49.06122.33130.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=37.59%
G=34.75%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53493900.080.260.7942.8615.2218.04
Hex353127081A4F2bf12
Octal65614701032117531722
Binary11010111000110011101000110101001111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353127; }

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

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

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

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

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

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

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

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