#363531

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

Shades of Graphite #363531

Tints of Graphite #363531

Color information

#363531 (or 0x363531) is unknown color: approx Graphite. HEX triplet: 36, 35 and 31. RGB value is (54,53,49). Sum of RGB (Red+Green+Blue) = 54+53+49=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363531 is #C9CACE. Grayscale: #343434. Windows color (decimal): -13224655 or 3224886. OLE color: 3224886.

HSL color Cylindrical-coordinate representation of color #363531: hue angle of 48º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363531 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB545349-
CMYK00.020.090.79
HSL48º4.85%20.2%-
HSV(B)48º9.26%21.18%-
XYZ3.353.553.41-
YUV52.84125.83128.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=34.62%
G=33.97%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54534900.020.090.79484.8520.2
Hex3635310294F30514
Octal666561021111760524
Binary1101101101011100010101001100111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363531; }

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

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

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

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

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

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

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

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