#363426

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

Shades of Graphite #363426

Tints of Graphite #363426

Color information

#363426 (or 0x363426) is unknown color: approx Graphite. HEX triplet: 36, 34 and 26. RGB value is (54,52,38). Sum of RGB (Red+Green+Blue) = 54+52+38=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #363426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363426 is #C9CBD9. Grayscale: #333333. Windows color (decimal): -13224922 or 2503734. OLE color: 2503734.

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

Color convert

RGB545238-
CMYK00.040.300.79
HSL52.5º17.39%18.04%-
HSV(B)52.5º29.63%21.18%-
XYZ3.13.382.32-
YUV51120.66130.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=37.5%
G=36.11%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54523800.040.300.7952.517.3918.04
Hex363426041E4F341112
Octal6664460436117642122
Binary11011011010010011001001111010011111101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363426; }

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

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

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

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

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

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

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

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