#363227

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

Shades of Graphite #363227

Tints of Graphite #363227

Color information

#363227 (or 0x363227) is unknown color: approx Graphite. HEX triplet: 36, 32 and 27. RGB value is (54,50,39). Sum of RGB (Red+Green+Blue) = 54+50+39=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363227 is #C9CDD8. Grayscale: #313131. Windows color (decimal): -13225433 or 2568758. OLE color: 2568758.

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

Color convert

RGB545039-
CMYK00.070.280.79
HSL44º16.13%18.24%-
HSV(B)44º27.78%21.18%-
XYZ3.033.212.38-
YUV49.94121.83130.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=37.76%
G=34.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54503900.070.280.794416.1318.24
Hex363227071C4F2c1012
Octal6662470734117542022
Binary11011011001010011101111110010011111011001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363227; }

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

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

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

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

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

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

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

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