#363532

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

Shades of Graphite #363532

Tints of Graphite #363532

Color information

#363532 (or 0x363532) is unknown color: approx Graphite. HEX triplet: 36, 35 and 32. RGB value is (54,53,50). Sum of RGB (Red+Green+Blue) = 54+53+50=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363532 is #C9CACD. Grayscale: #343434. Windows color (decimal): -13224654 or 3290422. OLE color: 3290422.

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

Color convert

RGB545350-
CMYK00.020.070.79
HSL45º3.85%20.39%-
HSV(B)45º7.41%21.18%-
XYZ3.373.563.53-
YUV52.96126.33128.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=34.39%
G=33.76%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54535000.020.070.79453.8520.39
Hex3635320274F2d414
Octal66656202711755424
Binary110110110101110010010111100111110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363532; }

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

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

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

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

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

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

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

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