#363223

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

Shades of Graphite #363223

Tints of Graphite #363223

Color information

#363223 (or 0x363223) is unknown color: approx Graphite. HEX triplet: 36, 32 and 23. RGB value is (54,50,35). Sum of RGB (Red+Green+Blue) = 54+50+35=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #363223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363223 is #C9CDDC. Grayscale: #313131. Windows color (decimal): -13225437 or 2306614. OLE color: 2306614.

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

Color convert

RGB545035-
CMYK00.070.350.79
HSL47.37º21.35%17.45%-
HSV(B)47.37º35.19%21.18%-
XYZ2.973.192.05-
YUV49.49119.83131.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=38.85%
G=35.97%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54503500.070.350.7947.3721.3517.45
Hex36322307234F2f1511
Octal6662430743117572521
Binary110110110010100011011110001110011111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363223; }

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

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

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

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

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

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

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

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