#363126

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

Shades of Graphite #363126

Tints of Graphite #363126

Color information

#363126 (or 0x363126) is unknown color: approx Graphite. HEX triplet: 36, 31 and 26. RGB value is (54,49,38). Sum of RGB (Red+Green+Blue) = 54+49+38=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #363126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363126 is #C9CED9. Grayscale: #313131. Windows color (decimal): -13225690 or 2502966. OLE color: 2502966.

HSL color Cylindrical-coordinate representation of color #363126: hue angle of 41.25º 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 #363126 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB544938-
CMYK00.090.300.79
HSL41.25º17.39%18.04%-
HSV(B)41.25º29.63%21.18%-
XYZ2.973.122.28-
YUV49.24121.66131.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=38.30%
G=34.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54493800.090.300.7941.2517.3918.04
Hex363126091E4F291112
Octal66614601136117512122
Binary110110110001100110010011111010011111010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363126; }

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

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

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

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

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

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

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

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