#363325

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

Shades of Graphite #363325

Tints of Graphite #363325

Color information

#363325 (or 0x363325) is unknown color: approx Graphite. HEX triplet: 36, 33 and 25. RGB value is (54,51,37). Sum of RGB (Red+Green+Blue) = 54+51+37=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #363325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363325 is #C9CCDA. Grayscale: #323232. Windows color (decimal): -13225179 or 2437942. OLE color: 2437942.

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

Color convert

RGB545137-
CMYK00.060.310.79
HSL49.41º18.68%17.84%-
HSV(B)49.41º31.48%21.18%-
XYZ3.043.292.22-
YUV50.3120.49130.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=38.03%
G=35.92%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54513700.060.310.7949.4118.6817.84
Hex363325061F4F311312
Octal6663450637117612322
Binary11011011001110010101101111110011111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363325; }

 p { color: rgb(54,51,37); }

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

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

 a { background-color: rgb(54,51,37); }

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

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

 span { border-color: rgb(54,51,37); }

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