#363125

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

Shades of Graphite #363125

Tints of Graphite #363125

Color information

#363125 (or 0x363125) is unknown color: approx Graphite. HEX triplet: 36, 31 and 25. RGB value is (54,49,37). Sum of RGB (Red+Green+Blue) = 54+49+37=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #363125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363125 is #C9CEDA. Grayscale: #313131. Windows color (decimal): -13225691 or 2437430. OLE color: 2437430.

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

Color convert

RGB544937-
CMYK00.090.310.79
HSL42.35º18.68%17.84%-
HSV(B)42.35º31.48%21.18%-
XYZ2.953.112.2-
YUV49.13121.16131.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=38.57%
G=35%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54493700.090.310.7942.3518.6817.84
Hex363125091F4F2a1312
Octal66614501137117522322
Binary110110110001100101010011111110011111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363125; }

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

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

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

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

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

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

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

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