#323026

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

Shades of Graphite #323026

Tints of Graphite #323026

Color information

#323026 (or 0x323026) is unknown color: approx Graphite. HEX triplet: 32, 30 and 26. RGB value is (50,48,38). Sum of RGB (Red+Green+Blue) = 50+48+38=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #323026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323026 is #CDCFD9. Grayscale: #2F2F2F. Windows color (decimal): -13488090 or 2502706. OLE color: 2502706.

HSL color Cylindrical-coordinate representation of color #323026: hue angle of 50º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323026 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB504838-
CMYK00.040.240.80
HSL50º13.64%17.25%-
HSV(B)50º24%19.61%-
XYZ2.722.932.26-
YUV47.46122.66129.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=36.76%
G=35.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50483800.040.240.805013.6417.25
Hex32302604185032e11
Octal6260460430120621621
Binary1100101100001001100100110001010000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323026; }

 p { color: rgb(50,48,38); }

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

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

 a { background-color: rgb(50,48,38); }

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

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

 span { border-color: rgb(50,48,38); }

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