#363225

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

Shades of Graphite #363225

Tints of Graphite #363225

Color information

#363225 (or 0x363225) is unknown color: approx Graphite. HEX triplet: 36, 32 and 25. RGB value is (54,50,37). Sum of RGB (Red+Green+Blue) = 54+50+37=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #363225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363225 is #C9CDDA. Grayscale: #313131. Windows color (decimal): -13225435 or 2437686. OLE color: 2437686.

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

Color convert

RGB545037-
CMYK00.070.310.79
HSL45.88º18.68%17.84%-
HSV(B)45.88º31.48%21.18%-
XYZ33.22.21-
YUV49.71120.83131.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=38.30%
G=35.46%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54503700.070.310.7945.8818.6817.84
Hex363225071F4F2e1312
Octal6662450737117562322
Binary11011011001010010101111111110011111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363225; }

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

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

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

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

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

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

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

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