#363425

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

Shades of Graphite #363425

Tints of Graphite #363425

Color information

#363425 (or 0x363425) is unknown color: approx Graphite. HEX triplet: 36, 34 and 25. RGB value is (54,52,37). Sum of RGB (Red+Green+Blue) = 54+52+37=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363425 is #C9CBDA. Grayscale: #323232. Windows color (decimal): -13224923 or 2438198. OLE color: 2438198.

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

Color convert

RGB545237-
CMYK00.040.310.79
HSL52.94º18.68%17.84%-
HSV(B)52.94º31.48%21.18%-
XYZ3.083.372.24-
YUV50.89120.16130.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=37.76%
G=36.36%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54523700.040.310.7952.9418.6817.84
Hex363425041F4F351312
Octal6664450437117652322
Binary11011011010010010101001111110011111101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363425; }

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

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

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

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

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

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

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

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