#363226

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

Shades of Graphite #363226

Tints of Graphite #363226

Color information

#363226 (or 0x363226) is unknown color: approx Graphite. HEX triplet: 36, 32 and 26. RGB value is (54,50,38). Sum of RGB (Red+Green+Blue) = 54+50+38=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #363226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363226 is #C9CDD9. Grayscale: #313131. Windows color (decimal): -13225434 or 2503222. OLE color: 2503222.

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

Color convert

RGB545038-
CMYK00.070.300.79
HSL45º17.39%18.04%-
HSV(B)45º29.63%21.18%-
XYZ3.013.212.29-
YUV49.83121.33130.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=38.03%
G=35.21%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54503800.070.300.794517.3918.04
Hex363226071E4F2d1112
Octal6662460736117552122
Binary11011011001010011001111111010011111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363226; }

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

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

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

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

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

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

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

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