#363228

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

Shades of Graphite #363228

Tints of Graphite #363228

Color information

#363228 (or 0x363228) is unknown color: approx Graphite. HEX triplet: 36, 32 and 28. RGB value is (54,50,40). Sum of RGB (Red+Green+Blue) = 54+50+40=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #363228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363228 is #C9CDD7. Grayscale: #323232. Windows color (decimal): -13225432 or 2634294. OLE color: 2634294.

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

Color convert

RGB545040-
CMYK00.070.260.79
HSL42.86º14.89%18.43%-
HSV(B)42.86º25.93%21.18%-
XYZ3.043.222.47-
YUV50.06122.33130.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=37.5%
G=34.72%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504000.070.260.7942.8614.8918.43
Hex363228071A4F2bf12
Octal6662500732117531722
Binary1101101100101010000111110101001111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363228; }

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

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

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

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

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

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

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

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