#363324

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

Shades of Graphite #363324

Tints of Graphite #363324

Color information

#363324 (or 0x363324) is unknown color: approx Graphite. HEX triplet: 36, 33 and 24. RGB value is (54,51,36). Sum of RGB (Red+Green+Blue) = 54+51+36=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #363324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363324 is #C9CCDB. Grayscale: #323232. Windows color (decimal): -13225180 or 2372406. OLE color: 2372406.

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

Color convert

RGB545136-
CMYK00.060.330.79
HSL50º20%17.65%-
HSV(B)50º33.33%21.18%-
XYZ3.023.282.14-
YUV50.19119.99130.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=38.30%
G=36.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54513600.060.330.79502017.65
Hex36332406214F321412
Octal6663440641117622422
Binary110110110011100100011010000110011111100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363324; }

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

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

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

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

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

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

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

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